AD
Administrator
Syncfusion Team
June 25, 2003 12:16 PM UTC
There is no built-in support for something like this in our current grid.
To do it now, you would have to come up with some scheme. You could could add a unigue marker column(if your grid does not already have one), and search for this key to retrieve the currentposition of some row.
When our 2.0 grouping support becomes available, there will be tools that will allow you to save a 'recordpointer' to a particular row in the grid, and then later retrieve the current row number for the grid row from this 'recordpointer'.