NetAdvantage 2005.3 Column Chooser

[Infragistics] Andrew Flick / Wednesday, October 12, 2005

In the recent release of NetAdvantage, we shipped a new column chooser for the grid.  This functionality is available in Outlook, but is now also available for our Windows Forms Grid Control.  There are three methods for using this control.  The first method is to set the UltraGrid.DisplayLayout.Override.RowSelectorHeaderStyle to ColumnChooserButton and the UltraGrid.DisplayLayout.Override.RowSelectors property to True.  This will add a button to the top corner of the grid that will display the column chooser when clicked.  The second is to create a new instance of the column chooser, associate it to the proper grid and call the "Show" method to display it.  Finally the third method is to use the new column chooser control and create your own custom column chooser dialog.  Hope you enjoy this new feature!

Column Chooser