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
425
How to modify Column Chooser
posted

Hi,

I need to put tow more checkboxes on 'Column Chooser/FiledChooser' dialog box for Select All, Unselect All options.

May i know the possible way to achieve? or is there any other way in wingrid to facilitate the user to check/select all columns in operation

Thanks in advance

Regards

Sarma

 

 

 

Parents
  • 469350
    Suggested Answer
    Offline posted

    Hi Sarma,

    There's currently no way to do this with the built in ColumnChooserDialog. But it's a common feature request. Features are added based in part on the number of requests, so you should Submit a feature request to Infragistics.

    In the mean time, what you can do is create your own dialog and out an UltraGridColumnChooserControl onto the dialog. Then you can add whatever else you like to that dialog.

    Handle the BeforeColumnChooserDialog event of the grid, set e.Cancel to true and then show your own dialog instead of the built-in one.

Reply Children