Home › Forums › WinForms controls › Xceed Grid for WinForms › CellEditorManager and DataRow.BeginEdit() › Reply To: CellEditorManager and DataRow.BeginEdit()
you have to call EnterEdit on the cell however. For example :
gridControl1.DataRows[0].Cells[0].EnterEdit();
This will activate the editor in question.
Imported from legacy forums. Posted by Matt (had 2983 views)