I have an application with 3 GridViews bound to 3 datatables. I use a single VB subroutine with the GridView as an argument to write changes in these datatables to an Oracle database. In this subroutine, after the database has been updated, I call RadGridView.DataSource.AcceptChanges to reset all the data row states. My problem is this:
In a GridView with, let's say 500 rows, I select row 250 and position it in the middle of the displayed rows. After the save routine completes and RadGridView.DataSource.AcceptChanges is called, the GridView refreshes and the selected row is now displayed at the top of the GridView. This behavior disrupts the users' workflow. Is there any way I can suppress this refresh?
Thanks,
Robert S.
In a GridView with, let's say 500 rows, I select row 250 and position it in the middle of the displayed rows. After the save routine completes and RadGridView.DataSource.AcceptChanges is called, the GridView refreshes and the selected row is now displayed at the top of the GridView. This behavior disrupts the users' workflow. Is there any way I can suppress this refresh?
Thanks,
Robert S.