v
Not logged inv
SearchAsk a QuestionReport an IssueMake a SuggestionMy Questions and Issues
Issue Details
Find By ID

Incremental search in grid mode

Issue Details

Log in to Track Changes or Edit
Q202019
Question
Ravindranath Vaddadi
Yes
Processed
Answered
ActiveX
XpressQuantumGrid
1.7.0.900-3
Windows XP
Microsoft Visual Studio 6
4/10/2009 10:53:42 PM
-> Created by Ravindranath Vaddadi 4/10/2009 6:35:24 PM

I am trying to do incremental search in grid mode. How do I implement it. An example would be useful.

Thanks

<- Processed (Answered) by DevExpress Team 4/10/2009 10:53:42 PM

Hi Ravindranath,

By design, this feature is supported only in Load All Records or in Dynamic Load mode. Here is the snippet from the XpressQuantumGrid's help (topic: "Incremental Search"):


The XpressQuantumGrid allows you to incorporate incremental search for individual columns. This feature is available if the XpressQuantumGrid is either in Load All Records or in Dynamic Load mode and the egoAutoSearch option is active. In order to perform Incremental Search, shift focus to the column whose values are to be searched, then enter the character(s) you wish to use as the basis of your search. The XpressQuantumGrid will automatically move the cursor to the records meeting the search criteria. To find the next or the previous node matching the search value, press the CTRL-ENTER or SHIFT-ENTER combinations respectively.

You can also search through column values in code via the StartSearch and EndSearch methods.
 
Note
If the XpressQuantumGrid is in Dynamic Load mode, the egoAutoSearchOnDynamicLoad option must be active. For more information, see the XpressQuantumGrid Modes topic.

Thanks,
Serge

Log in to Track Changes or Edit
v
v
Search
Searching Tips