Not binded column in datagrid

I want to display a column in a bound datagrid with a combobox in it that is not bound to a column in by datatable. When the user selects an entry from the combobox and then leaves the cell... the cell is emptied. This I miss something?

1 Reply

AD Administrator Syncfusion Team December 10, 2002 02:46 PM UTC

You might check your ExclusiveChoiceList setting for your column style. If this is true, then the value in the column would be required to be a value in the dropdown. Also, is your grid readonly? Attached is a sample that does not appear to have this problem.

Loader.
Up arrow icon