Programatically selecting some text in a cell

Greetings, I'd like to provide a text search function to search cell contents. The Cell Types are TextBox and are set to read-only. How can I select the matching subset of the text within a cell (as if the user highlighted it with the mouse)? On a related note, I found the grid.SetTopRow() method... is there a similar method to determine if a particular cell is visible? -Roy

2 Replies

AD Administrator Syncfusion Team September 26, 2002 04:48 AM UTC

> Greetings, > > I'd like to provide a text search function to search cell contents. The Cell Types are TextBox and are set to read-only. How can I select the matching subset of the text within a cell (as if the user highlighted it with the mouse)? > > On a related note, I found the grid.SetTopRow() method... is there a similar method to determine if a particular cell is visible? > > -Roy


Loader.
Up arrow icon