GridFindReplaceDialogSink in DGBG

Hi,

Is it possible to specify the columns where to apply the GridFindReplaceDialogSink.Find method ?

Thanks
Simon

1 Reply

JN Jayakumar Natarajan Syncfusion Team October 20, 2006 09:23 PM UTC

Hi Simon,
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.

Best regards,
Jay

Loader.
Up arrow icon