Ravindranath Vaddadi
04.10.2009
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