I am using the Janus GridEx control. I am using a timer to update the grid with data from the database every minute. If the user has a row selected when the data is updated from the database, how can I re-select the row after the update is complete?
Share
You should store the index of the row that is selected before you refresh the grid, then set the selected row to that value after. Something like: