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
1440
Any event I can catch when UltraGridColumn.Hidden is changed?
posted

Hi,

 Is there any event I can catch when UltraGridColumn.Hidden is changed?

The AfterColPosChanged doesn't fired.

 

Regards,
Jason

Parents
No Data
Reply
  • 469350
    Verified Answer
    Offline posted

     How is the column Hidden property getting set? The user can't hide a column unless you are using the ColumnChooser, in which case the AfterColPosChanged event should fire. If it's not firing, something is wrong. 

    If you are setting the Hidden property in code, then the event might not fire, but since your code is setting the property, you really don't need an event to tell you that this happened. 

Children