I am using an asp:GridView
with scrolling.
When I highlight a specific row, the GridView
jumps back to the top.
I tried setting MaintainScrollPositionOnPostback="true"
inside <%@ Page %>
but it doesn't work.
I am using an asp:GridView
with scrolling.
When I highlight a specific row, the GridView
jumps back to the top.
I tried setting MaintainScrollPositionOnPostback="true"
inside <%@ Page %>
but it doesn't work.