Home › Forums › WinForms controls › Xceed Grid for WinForms › Combobox display problem › Reply To: Combobox display problem
I don’t think you need to wrap the GridComboBox in a ControlViewer or CustomEditor: GridComboBox is already designed to be used as CellViewer or CellEditor. Try this:<code>gridControl1.Columns[“GDHACCOUNT”].CellViewer = gc;
gridControl1.Columns[“GDHACCOUNT”].CellEditor = gc;</code>
Imported from legacy forums. Posted by Tommy (had 186 views)