Hi,
I have written the following code:
myColumn.CellEditorManager = new Xceed.Grid.Editors.TextEditor(new WinTextBox());
However, when I call
myDataRow.BeginEdit()
then the WinTextBox is not shown in the row.
Why? Is there something missing here to activate the Xceed.Grid.Editors.TextEditor after calling BeginEdit?
Regards, Mario
Imported from legacy forums. Posted by mario.muja (had 2371 views)