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
2150
Visual Indication of Multi-Column Sorting Priority
posted

In the WPF XamGrid is there a way to get a the sort indicator in the header to also show the sorting priority?  

In other words, if I'm sorting ascending on two columns, can I get the XamGrid column to show me which is sorted first and which is second?  I understand this type of feature is available in some IG datagrids, but maybe not this one.

I'd rather not re-invent the wheel if I'm overlooking something that already exists.  Even a tooltip would probably be sufficient (eg.  hovering over the sort indicator would show the sorting priority of the grid).

If I have to do this manually I'm thinking I'd create a new template for the column header, and try a tooltip approach.  Please let me know if there are any suggestions along this line.  Ideally I'd be looking for an approach that's not too elaborate since this confusion over sorting behavior doesn't come up all that frequently.

Parents Reply Children
No Data