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
1405
Sorted Columns with Value Lists
posted

I have bound a column to a value list which gets its values from an enum.

I've parsed out the enum to add items into the list such as (dataValue, displayText) but when sorting I would like to sort by data value (an int, and in this case a priority value) and not by display text. 

Is it possible to do this?