Combo Box for a column

Is it possible to set up a combo box for the entire column ? I can set one up for a specific cell. Would it be better to setup the combo box on a as needed basis (ie. when the cell is clicked ?) Thanks for you help

1 Reply

CB Clay Burch Syncfusion Team September 3, 2002 05:52 PM UTC

> Is it possible to set up a combo box for the entire column ? I can set one up for a specific cell. Would it be better to setup the combo box on a as needed basis (ie. when the cell is clicked ?) > > Thanks for you help You can set up a combobox for either a single cell, or an entire column. To place a combobox in a column, set it up using the ColStyles[nCol] style. ColStyles is a property of GridControl and GridDataBoundGrid.Model. The GDBGCombos samples shows bould comboboxes for a column of a GridDataBoundGrid. If you are using the GridControl, then the same code that you use to place a combobox into a single column should work if ou using it on the ColStyles property.

Loader.
Up arrow icon