Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
25
Sorting
posted

Hi,

I've created a LINQ query that returns a list of a type of class that i've created from the output of the LINQ query. I used the CodeRush add-in to convert the projected anonymous type to the class in question.

The data binds to the grid nicely but the sorting doesn't work. Do I need to implement something in this custom class or change some properties of the grid.......or both?

Thanks in advance and let me know if you need more from me

Mark