My users submitted the following "bug":
Clicking on column name to sort has a third “no sort” option, instead of just the ascending/descending sorts as expected.
Is it possible to disable the "no sort" option on a WinGrid?
Thanks,
Dmitriy.
Hi Dmitriy,
The WinGrid does not have functionality to allow a user to un-sort a column. Clicking a column header toggles the sorted state from ascending to descending and vice versa.
So if your grid is toggling to a third state where the data is unsorted, then something in your code must be doing that.