RadzenDataGrid Sorting Rows in Real-Time?

I have a collection of items that is sorted by a property that constantly changing in value. I would like for the RadzenDataGrid to automatically re-sort the rows as the property values change, maintaining the correct sort order.

Can this be done currently? If so, then how?
If not, can this feature be added to a future version?

Included a demonstration with the desired effect on the left, and the current effect on the right:

You can execute Reload() method of the DataGrid

1 Like