Replies: 3 comments 3 replies
-
I cant make it work like in the DEMO page, with the GRID placeholder animation. |
Beta Was this translation helpful? Give feedback.
-
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)
} |
Beta Was this translation helpful? Give feedback.
-
screen-capture.1.webm |
Beta Was this translation helpful? Give feedback.
-
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.
Beta Was this translation helpful? Give feedback.
All reactions