Is there a way to Check all the Check Boxes in one Go and To Clear them in an another , I have 58 Columns in the Grid and I cant expect users to Sit down and Check each Column so was wondering if there was a collection item in the ColumnChooser Class so that i could implememnt a Select All and Clear All option in my Custom ColumnChooser Form?
Thanks
K
I Found a workaround by displaying allthe columns of the grid and hiding them eventually it solves the problem but not a great way to do it i feel!!
Kartik
Hi Kartik,
I don't think the ColumnChooser currently supports this. You might be able to use a CreationFilter to add in a CheckBox somewhere that would check/uncheck everything. But I'm not entirely sure it's possible.
You should Submit a feature request to Infragistics
Hi,If I am getting it right, u wanna reset the check boxes on to the column chooser, for this u can try the below:
this
.ugccFilterView.DisplayLayout.ResetValueLists();
cheers,