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

Refererence to row in grid

Are you able to hold a reference to a specific row in a GridControl at runtime, such that you don't need to hold an updated rownumber-map when you insert rows dynamically between other rows and row-numbers change.

1 Reply

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'.

Loader.
Live Chat Icon For mobile
Up arrow icon