Scrollable DataGrid
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
We have a Datagrid in which some data is displayed. dataGrid is scrollable(with fixed header, Using div tags) and paging is not implemented. According to some search criteria specified, I need to highlight a particular row(set selecetdIndex) in the grid. The problem is, selected row is going out of focus as the grid is scrollable one(inside div). I mean, the row for which I need to set the selectedIndex might be the last one also. Is there any way to auto-scroll the grid. Or Can I control the location of scroll-bar programmatically based on the selectedindex value of the Datagrid? Hope it is clear