Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
191
Is there a public event I could use to intercept an UltraGrid column's 'Hidden' property change?
posted

Hi everyone,

Is there an event I could use to intercept an UltraGrid's column 'Hidden' property change?

Thanks.

Parents
  • 469350
    Verified Answer
    Offline posted

    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.

Reply Children
No Data