Hi,
I use a RadGrid to show data. When there are +10 rows, the AllowScroll property is set to true to limit the maximum height of the grid.
When an item is selected, another page is loaded with the same grid (no postback). I would like the selected item to be visible, even when it is not 1 of the first 10 rows. The grid should thus scroll to the selected row.
Can this be achieved?
Kind regards,
Dries
I use a RadGrid to show data. When there are +10 rows, the AllowScroll property is set to true to limit the maximum height of the grid.
When an item is selected, another page is loaded with the same grid (no postback). I would like the selected item to be visible, even when it is not 1 of the first 10 rows. The grid should thus scroll to the selected row.
Can this be achieved?
Kind regards,
Dries