Replies: 4 comments 3 replies
|
I cant make it work like in the DEMO page, with the GRID placeholder animation. |
1 reply
|
If I use a Modal and call modal?.HideAsync inside the GridDataProvider, the animation (placeholder inside the GRID) works OK. private async Task<GridDataProviderResult> CustomersDataProvider(GridDataProviderRequest request) } |
0 replies
screen-capture.1.webm |
2 replies
|
Is there already something new? Best regards |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi, I would like to know if there is any way to show some kind of loading spinner when the GRID is populating on pagination click.
I am developing an application and every time I click on a new page, the data is retrived from the server.
I am using the GridDataProvider to achive this with PageNumer and PageSize.
Thank you very much.
All reactions