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
It has not been added at this time.
Just asking for an update as I can't find anything recent do we know if this select all/de select all has been added to the column chooser now?
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.