GDBG Field Chooser Demo

This sample demonstrates how to use a plug-in utility called Field Chooser, which will help you customize the view of a grid  based on column visibility.

Features

Interactive Features

Below is an image of the Field Chooser dialog.

Field Chooser Dialog Box screenshot

Here is a code snippet used to implement the class of the Field Chooser:

		GridDataBoundFieldChooser fChooser = new GridDataBoundFieldChooser();
                fChooser.WireGrid(this.GridDataBoundGrid1);
 

Here is a code snippet used to UnWire the Field Chooser:

		
                fChooser.UnWireGrid();