FluentDataGrid, "refreshDataAsync" got the infinite "Loading..." #2458
Answered
by
andrewwang1tw
andrewwang1tw
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
andrewwang1tw
Jul 26, 2024
Replies: 2 comments
-
Finally, I found this https://github.com/microsoft/fluentui-blazor/issues/2145 After removing the Loading="true", RefreshDataAsync WORKS. It's really weird! In the same time, the "Loading..." effect is also gone. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Final solution is
If use RefreshDataAsync then you have to set "FluentDataGrid" Loading=false. But you will not have the Loading effect. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
andrewwang1tw
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Final solution is