RadzenDataGrid LoadData Delegate Infinitely Called on Reset()

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 SortOrder is defined, then the LoadData callback delegate is automatically invoked, but the grid settings may not be fully reset. We then need to call LoadData again, but now it has been called twice.
  • Buf if no SortOrder is defined, then the LoadData callback delegate is not automatically invoked and we must call Reload

Thanks for looking into this,
Todd

RadzenTest.zip (1.5 MB)

Thanks! Fix will be published with our next update early next week.

Excellent! Thanks for the quick turnaround!