You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, in my blazor webassebly app I have a GRID that displays many records, so I set up buttons to change "PageSize". I also implemented saving and restoring grid settings and everything works correctly.
In the rows of the grid I have buttons that call other pages from which I return to the same grid. However, since the user can select a larger PageSize of the screen,
I was wondering what was the most practical way to scroll the grid to the line where the button was previously clicked.
Is there anyone who has already faced the same problem?
Thank you in advance.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, in my blazor webassebly app I have a GRID that displays many records, so I set up buttons to change "PageSize". I also implemented saving and restoring grid settings and everything works correctly.
In the rows of the grid I have buttons that call other pages from which I return to the same grid. However, since the user can select a larger PageSize of the screen,
I was wondering what was the most practical way to scroll the grid to the line where the button was previously clicked.
Is there anyone who has already faced the same problem?
Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions