This question is locked. New answers and comments are not allowed.
Ok, I'm working through this sort thing. I'm binding a GridView to an Observablecollection. The two properties in question are MemoryUsage (int64) and MemoryUsageFormatted (String). I need to display MemoryUsageFormatted, but sort on MemoryUsage. I've tried using a PagedCollectionView as the itemsource and working with it's SortDescriptions collection in the Sorting event of the grid, but that didn't work.
Any help appreciated,
Thanks,
Lee
Any help appreciated,
Thanks,
Lee