- Run Blazor DataGrid Component - Save / Load Settings with LoadData | Free UI Components by Radzen
- page 2 or change table
- Refresh page and see Console log
Loading data causes several unnecessary calls to the LoadData method.
The first call LoadData occurs on the first render, it does not take any settings.
The second call LoadData comes after the settings are loaded (THIS IS THE RIGHT CALL). Logically, only this call should occur if the settings are not null.
calls 3 and 4 are already redundant.

PS:
button Reload (Blazor DataGrid Component - Save / Load Settings with LoadData | Free UI Components by Radzen) redirects to Blazor DataGrid Component - Save / Load Settings | Free UI Components by Radzen