If a grid row is selected by default when the grid is loading, and if that particular row is not visible in the page i.e. it is the last row of the grid so you have to scroll to see it.
Then after some operation in another page when the grid is reloaded i have a function that auto selects the previously selected row but since it is the last item you cant see it. Is there any way to auto scroll the grid to the selected row.
Then after some operation in another page when the grid is reloaded i have a function that auto selects the previously selected row but since it is the last item you cant see it. Is there any way to auto scroll the grid to the selected row.