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
300
Is there an equivilent to SortMemberPath?
posted

In the MS datagrid, I can instruct the grid to do the sort on one column based on another colum.  For instance, if I had the days of the week (named DaysOfWeekStr) and I wanted to sort them, I would get a funny order

Fri Mon  Sat Sun Tue Thu Wed

What I need is another hidden column (named DaysOfWeekEnum).  I can do that in the MS datagrid and simply put a SortMemberPath of DaysOfWeekEnum, on the DaysOfWeekStr column.  When I sort my column, the days come out in order.