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
250
Specify sort column
posted

Hi,

I have a templatecolumn in my grid named ExpirationDate.   It has an image with a warning sign and a textblock with the exact ExpirationDate.

The key of the column is an enum I receive from the server (Overdue, Less30Days, Less60Days,...)
I do this because I want the user to be able to group by these values.

Everything works fine, except  for the sorting offcourse...
The column is sorted based on the enum values and not an the ExpirationDate

Is there a way to speficy another column for sorting?

Thx,
Bart