Hi all,
I'm using c# in combination of WPF.
I've used an CollectionView with a single SortDescription. But in certain cases the SortDescription is not used. Yet I couldn't find out why this is happening.
The combobox isn't sorted for some reason. When I add a second sortdescription with the same sorting option it also happens.
No cv.sortdescriptions.clear(); is used for this particular SortDescription. In 99% of the cases it works perfect, but somehow for one reason yet this happening.
Anyone have a clue?