I'd like to support different actions on columns when the user uses Control or Alt keys and clicking on a Header column.
I saw this post, but when I use that method (a RoutedEvent), it seemed a little intermittent. I'd click, get the ShowWindow, click OK, and then the grid wouldn't sort. Then sometimes it would.
When they do a normal click, I'd still like to sort. If they Shift+click I'd still like to multi-sort. And I'd still like them to be able to filter when clicking that icon.
I only want to intercept specific ModifierKeys (Alt, Control) and a click. Any ideas?
I saw this post, but when I use that method (a RoutedEvent), it seemed a little intermittent. I'd click, get the ShowWindow, click OK, and then the grid wouldn't sort. Then sometimes it would.
When they do a normal click, I'd still like to sort. If they Shift+click I'd still like to multi-sort. And I'd still like them to be able to filter when clicking that icon.
I only want to intercept specific ModifierKeys (Alt, Control) and a click. Any ideas?