I have 13 unbound columns defined in band 0. Some are visible, others are not. My domain entity contains over 20+ public properties. When I display the column chooser, all entity properties are displayed.
Is there any way to restrict the column chooser list to the defined columns under band 0?
Regards,
Bart
Set column.ExcludeFromColumnChooser
http://help.infragistics.com/Help/NetAdvantage/NET/2008.2/CLR2.0/html/Infragistics2.Win.UltraWinGrid.v8.2~Infragistics.Win.UltraWinGrid.UltraGridColumn~ExcludeFromColumnChooser.html
Thanks for the answer, but it's the unmapped columns that pose a problem.
I know that for every defined column, I can set the ExcludeFromColumnChooser property. During the SetDataBinding, I've set hideNewColumns to true, wich hides all unmapped properties. But the column chooser apparently by default doesn't react in the same way.