Hi everyone,
Is there an event I could use to intercept an UltraGrid's column 'Hidden' property change?
Thanks.
If the user hides or shows a column using the ColumnChooser, then the Before/AfterColPosChanged events will fire. I'm not entirely sure if these events fire when you set the Hidden property in code, though. Typically, when you do something in code, you know you did it and you don't need an event to tell you.
Yes Mike, you are correct: I've already figrued it out. Thank you for looking into this.