Focus after grid-refresh

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?

Why are you refreshing in the first place?

BAQ has some calculated fields using a column which user can edit. Upon save, the grid is refreshed to display the results. Does that make sense?

1 Like