GGC: Simple DataSource of a ComboboxCell

Hi!

In a ggc I'd like to create a cell that shows the data of the underlying datasource. But I want to change the cellvalue via Combobox. So I want the cell to have a Combobox style.

The datasource for the combobox should be a simple string-array. But if I set the CellType to "ComboBox" and the DataSource = (thestringarray), the than the comboboxvalues are shown in one line. It's not the behaviour I'd like to have.

Can anyone help?


Regards
Falk


1 Reply

RC Rajadurai C Syncfusion Team March 24, 2009 01:09 PM UTC

Hi Falk,

Thanks for your interest in Syncfusion products.

Please refer to the following sample in which a string array is set to the DataSource property of combobox celltype' cell in gridgroupingcontrol.
http://files.syncfusion.com/support/samples/Grid.Windows/7.1.0.30/F80237/main.htm

The array of strings are shown as individual items in dropdown part which can then be selected individually.

Regards,
Rajadurai


Loader.
Up arrow icon