Last Updated:
15 May 2024 06:59
by ADMIN
DataGrid: Prevent control from re-evaluating sorting, grouping and filtering when property value is changed
Can we get the ability to turn off the dynamic sorting of the DataGrid? Currently, if we sort on a column for a property that's updating often, every update ends up re-evaluating the sort, so we end up with rows jumping up and down, which can get very distracting when rows that are constantly moving around.