Unplanned
Last Updated: 26 Apr 2024 11:03 by Zhitao
Zhitao
Created on: 26 Apr 2024 11:03
Category: ListView
Type: Bug Report
0
ListView: [Android] [iOS] [MacCatalyst] Sorting does not apply after additional property from the model is used
In the RadListView, after adding a ListViewPropertySortDescriptor, if the property of the ItemsSource object which is used by ListViewPropertySortDescriptor.PropertyName changes , the ListView would be reordered automatically on WinUI, iOS and MacCatalyst. However, this does not seem to be the case on Android.
In addition, on iOS and MacCatalyst the sorting does not apply as expected. The sort order is wrong. 

Workaround: Use the direct properties from the model and add/clear the descriptors when property you sort changes.
0 comments