Use "SetLoadingState" to set Loading state to TRUE, seems to trigger the "ItemProvider" to be executed again #2465
Unanswered
andrewwang1tw
asked this question in
Q&A
Replies: 1 comment 3 replies
-
This is expected behavior and has do do with the way the DataGrid (based on QuickGrid code) collects data. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As the title, FluentDataGrid
Below code, already comment out the call to web API to retrieve remote data
But I can still see the HTTP get action, it's an interesting behavior.
If comment out the myGrid!.SetLoadingState(true);
Then nothing happened.
Beta Was this translation helpful? Give feedback.
All reactions