Hi there,
We did some investigating about PropertySortDescriptor, it seems that we need target 'sort column' be a part of our grid columns, we tried it in Telerik sample project and it will give no response without the target 'sort column'.
we also noticed the following document say: PropertySortDescriptor
sorts by a defined key, which is a property from the model. so we would like to confirm that we have to have a column for that property to use it as a property sort descriptor, right?
The difference between the DelegateSortDescriptor
and the PropertySortDescriptor
is that the DelegateSortDescriptor
sorts data by a custom key, while the PropertySortDescriptor
sorts by a defined key, which is a property from the model.
.NET MAUI DataGrid Documentation - Sorting - Telerik UI for .NET MAUI