I’m experiencing an issue where the LoadData delegate is infinitely called when the RadzenDataGrid.Reset() method is executed when there is a SortOrder defined on a column. It appears to be related to a change made in v10.0.0.
I have attached a simple example which reproduces the issue described.
I’m also seeing inconsistent behavior of when we need to call RadzenDataGrid.Reload() after a call to RadzenDataGrid.Reset()depending on if a SortOrder is defined on a column.
- If a
SortOrderis defined, then theLoadDatacallback delegate is automatically invoked, but the grid settings may not be fully reset. We then need to callLoadDataagain, but now it has been called twice. - Buf if no
SortOrderis defined, then theLoadDatacallback delegate is not automatically invoked and we must callReload
Thanks for looking into this,
Todd
RadzenTest.zip (1.5 MB)