Scrolling grid back to 1st Row

Hi, In my grid I have hundreds or rows, and if scroll down to bottom of grid. Once modify the some cells. I refresh my grid using “Refresh Method.” The only problem is that it does scroll back to 1st row. I need my grid to scroll back to first row. Please help me. VS

1 Reply

AD Administrator Syncfusion Team May 6, 2005 04:23 PM UTC

You can make the grid scroll to the beginning by setting: grid.TopRowIndex = 1; // or grid.Model.Rows.HeaderCount + 1 if you are using muliple header rows.

Loader.
Up arrow icon