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
390
Does anyone know of a method of allowing column enable/disable using a popup that shows all column names with a list of tickboxes
posted

Hello,

Does anyone know of a method of allowing column enable/disable using a popup that shows all column names with a list of tickboxes?

Thanks

Regards,

Craigw.

Parents
  • 33839
    Suggested Answer
    posted

    Hey Craigw,

    I assume when you mean enable/disable columns using a popup, you mean hiding and showing columns dynamically?  Column Hiding was just added to the WebDataGrid in the 9.2 release.  It will also be available in the WebHierarchicalDataGrid.  You can go to the online samples and check out the column hiding client side sample.  samples.infragistics.com, then WebDataGrid, Columns, Column Hiding Client Side.  You'll want to use similar code, except show your popup on a mouse event on the column header.  Then close your popup on a button in the popup or a mouse click of a check box.  If you need more information or some actual sample code, just ask.

     

    regards,
    David Young

Reply Children