Hi,
My grid has been grouped and expanded all groups. After loading, it is scrolling to end of the grid. Can you let me if there any properites i need to set to scroll to top of the grid.
I tried following but it is not displaying top summary rows.
Grid.TableElement.ScrollTo(0);
When loading RadGridView synchronizes the current row position with the currency manager for the associated DataSource. When doing this it ensures that the current row is visible and scrolls if necessary. You can change this behavior by setting the current row explicitly. For example: