Sponser Link

Hide column from column chooser option in infragistic Ultra grid

If you will hide the column in infragistic win grid then this columns will be show in column chooser option if you have enabled the column chooser. If you want hide permanently column or don’t want to show column in column chooser then you can set the property value ExcludeFromColumnChooser is true. Sample code is given below.

  Me.UltraGrid1.DisplayLayout.Bands(0).Columns("col1").ExcludeFromColumnChooser = ExcludeFromColumnChooser.True