Hi
Our ultragrids allow multi-column sorting. We save and load a grid's layout so it remembers any column sorting once it's selected by the user.
Can uses clear all column sorting themselves? Then I don't have to do it programmatically.
Thanks
John
Hi John,
There's no built-in user interface in the grid to turn sorting off. You have to do it in code.
So you will need to give your users a button or a context menu or something.
You should also Submit a feature request to Infragistics
Hi Mike
I don't want to turn sorting off as it's a useful feature, what I don't like is that sorting can't be cleared. My reasoning is if a user can select a feature, they should also be able to deselect it.
But I found a knowledge base article (KB08099) for tri-state sorting which would give me what I want. I've also made a feature request for tri-state sorting.
Thanks for your reply.