hi hannef.
i try to run your example but it seem's not to work.
i enter text from the first col (col0)
the text is "nine", and now - should it select the maching row?
how can i see it's working?
>Hi Shachar,
Please try this code.
GridRangeInfo frLocationInfo = GridRangeInfo.Cell(1,1);
GridFindReplaceDialogSink fr = new GridFindReplaceDialogSink(this.gridGroupingControl1.TableControl );
GridFindReplaceEventArgs fre = new GridFindReplaceEventArgs("FindTextHere", "", GridFindTextOptions.WholeTable, frLocationInfo);
fr.Find(fre);
Sample :
gridFind.zipBest regards,
Haneef