So I have an issue with refreshing the grid on an updatable dashboard (UBAQ). After the user updates a column, I call a grid-refresh event to update the data. THe issue is that it puts the row index and focus back to the top row. User has to scrool to find the row he was at. I used the row-find and row-current-set to save and restore the previous index, but it is still off the screen for large row data and user has to scroll.
Is there any way to prevent this?