Site Search:
Sign in | Join | Help
4Penny.net

Janus System

All things for all Janus products

Finding a value in a Janus Grid column

Janus has really great functionality for finding a value in a column, very easy to code.

Dim column As GridEXColumn
column = GridEX1.RootTable.Columns("vchrSubdivision")


Me.GridEX1.Find(column, Janus.Windows.GridEX.ConditionOperator.BeginsWith, Me.txtSearch.Text, -1, 1)

Comments

 

Emmanuel said:

Please, I am developing a project in asp.net but came across Janus GridEx. I have seen their report interfacesand they look kool. May anyone help me to on information I can use incorporate janus gridex into my project.

November 26, 2008 2:45 AM
 

Steve Gray said:

Just go to www.janusys.com, they have great documentation... help files and a forum too. The stuff that I blog here I usually found there, I just didn't want to lose it.

November 26, 2008 8:20 AM

Leave a Comment

(required)  
(optional)
(required)  
Add

About Steve Gray

Steve is a seasoned (translate: old) developer in VB and ASP.NET. He spends most of his time in Dynamics GP, writing custom mods for consulting firms. Crystal reports, eConnect, VS Tools for Dynamics... anything that comes along.