This question is locked. New answers and comments are not allowed.
Hi,
I'm having a problem with my column sorting being reset when I first bind the GridView to a data source. I am setting the sort for a column in XAML and the ItemsSource is being set programmatically. The data source is an Entity collection generated from RIA Services. The objects being passed from the server side are POCO objects created by me. Does an Entity collection retain some kind of information about sorting? So when the GridView is bound and the data comes back, the collection has no sorting associated with it? I would provide a sample but it would be difficult with my current code. I will make one if needed though.
Thanks,
Chris
