I have an AdvancedDataGrid with mx:HierarchicalData as DataProvider. I need the grid to bi sorted on the second column initially but can’t find any way to specify this. Even if I sort the collection befor setting it into the mx:HierarchicalData only the first level remains sorted, while all the child records get randomized.
How to solve this?
I have an AdvancedDataGrid with mx:HierarchicalData as DataProvider. I need the grid to bi
Share
Use a
HierarchicalCollectionViewas dataprovider and sort it.