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
515
XamGrid - Column chooser hide/show events.
posted

I have a situation using the XamGrid where I need to be notified by the column chooser that a column was hidden/shown, but I have been able to find neither an example of this being done nor events to set on the control to handle this state change.

Does anyone know how this can be done on the XamGrid?

Thanks,

John

Parents
No Data
Reply
  • 30945
    Suggested Answer
    Offline posted

    Hello,

     

    I have created a sample application which demonstrates an appeoach for achieving the functionality that you are looking for. In order to indicate when the ColumnChooser is opened and closed I re-templated the ColumnChooserDialog using its default style as basis and handled the Opened and Closed events of the Popup element used for the ColumnChooserDialog.

     

    Please let me know if you need any further assistance on this.

     

    Sincerely,

    Krasimir

    Developer Support Engineer

    Infragistics

    www.infragistics.com/support

    ColumnChooserOpenClose.zip
Children