Hi all
I have a weird problem with datagrid. I have a list with 2 items, inside every item there is a ListCollectionView.
A datagrid is binded to the selected item's ListCollectionView.
if I add (in code) a sort description to the selected item's ListCollectionView ,select item 2 and then select item 1 again the ListCollectionView sortDescription is "gone"
any ideas?