Quote Originally Posted by Seniorchef View Post
Another thing came to my attention:
I use the event "BeforeUserResize()" to throw a Cancel when a column must not be resized.
Works fine but that leads to a click_event on that column (and that leads to a sorting of the column in my app)
I think the cancelled UserResize() should not lead to a click_event. Either the column is resized or not, nothing else.
In my code, I have to set a flag to ignore the first click after a BeforeUserResize().
Greetings
I see, will check.
But you can also use the new ColResizable() property. This goes deeper and even not shows a resize cursor.