I have 3 panes within a splitter arranged as [ 1 | 2 | 3 ].
I have a RadGrid in 1 and 2. Selecting an item from the grid in 1 loads up child data in 2. Selecting a row from the grid in 2 displays information for the selected item in 3.
The issue I have encountered is that when there are many rows in 2 to the extent that a vertical scrollbar appears in 2, scrolling down and selecting a row in the radgrid in 2 causes the pane to scroll to the top, losing the user's reference to that selected row.
How can I prevent 2 from scrolling to the top when a grid row gets selected?
Richard
I have a RadGrid in 1 and 2. Selecting an item from the grid in 1 loads up child data in 2. Selecting a row from the grid in 2 displays information for the selected item in 3.
The issue I have encountered is that when there are many rows in 2 to the extent that a vertical scrollbar appears in 2, scrolling down and selecting a row in the radgrid in 2 causes the pane to scroll to the top, losing the user's reference to that selected row.
How can I prevent 2 from scrolling to the top when a grid row gets selected?
Richard