We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Is there any short method to find a text in the gdbg grid

Hi,

I want to implement "Find" activity in Gdbg grid control. Instead of going through all the rows and columns and comparing individually, i want to know wheather any inbuilt functionality available for this.

Thanx & Regards
TAQI

1 Reply

JS Jeba S Syncfusion Team June 25, 2007 09:30 AM UTC

Hi TAQI,

You can achieve this by using GridFindReplaceDialogSink class, which has a find method to search through the grid content. In the GridFindReplaceDialogSink.Find method, you can pass in an option to search the current column - GridFindTextOptions.ColumnOnly. If you want to search multiple columns, then you need to move the currentcell to other columns programatically and call the Find method again.

Please refer this forum thread for more details:
http://www.syncfusion.com/support/forums/message.aspx?MessageID=37360

Kindly let us know if you need any further assistance.

Best Regards,
Jeba.

Loader.
Live Chat Icon For mobile
Up arrow icon