Grid Settings LoadData binding

Hello Radzen,
Using your demo at Blazor DataGrid Component - Save / Load Settings with LoadData | Free UI Components by Radzen If a filter is set on say Employee Id the Reload button causes the grid to refresh twice.
Initially all the data is displayed then the second time only the filtered data is displayed. This is using google chrome desktop browser.


Any ideas how to prevent multiple calls to LoadData?

There is no way to prevent this if you store the data in the browser storage since the settings are loaded after the page is rendered using JavaScript and the DataGrid is reloaded according to the loaded settings.

Ok. Thank you for your response.