Scrolling a GDBG with GridRecordNavigationControl

How can I scroll a row that was being viewed back into the visible window, after the GDBG is reloaded from the datasource (Grid scrolls to the top after the DS is loaded). Thanks

1 Reply

AD Administrator Syncfusion Team September 18, 2005 07:08 AM UTC

Hi JMS, You could call the ScrollCellInView() to see that serves your purpose: this.Grid.ScrollCellInView(row,col); Best regards, Jay N

Loader.
Up arrow icon