Home › Forums › WinForms controls › Xceed Grid for WinForms › GridCombo bound to Grid › Reply To: GridCombo bound to Grid
This issue was resolved by using the CellEditorManager class that is available from version 3.0 and up.
e.g. :
<i>
Dim comboEditor As New Xceed.Grid.Editors.ComboBoxEditor
GridControl1.Columns(0).CellEditorManager = comboEditor
</i>
Imported from legacy forums. Posted by André (had 2930 views)