Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
275
xamDataGrid with HierarchicalData
posted

Hi,

I've use xamDataGrid and hav binded to a ListCollectionView with Hierarchical ObservableCollections. I used SortEvaluationMode = "UseCollectionView" for efficient sorting. Now, I don't see sorting happening at the child level where it is an ObservableCollection. What can be done to Sort at the child level using 'UseCollectionView option?

Thanks