Cell DropDown Combo box with DataBound Grid

Hi all, I have a databound grid. The data is getting populated from a DataTable. I need a column to be of type ComboBox and need to fill two hard-coded values to the choice list. My Data table does have this column. But the choice list is purely hardcoded string array. Any simple ways to do this?

1 Reply

AD Administrator Syncfusion Team December 29, 2003 09:16 PM UTC

You can set the ChoiceList with a StringCollection. Here is a sample.

Loader.
Up arrow icon