Home › Forums › WinForms controls › Xceed Grid for WinForms › Detail Grid Cell Editor
How do I change a detail grid’s cell editor??? I tried dim CEdit as new CustomEditordetailGridTemplate1.Columns(“Lost”).CellEditor = CEdit
but it wouldn’t work.
Thanks.fantus
Imported from legacy forums. Posted by Paul (had 1859 views)
You need to do your manipulations between a grid’s begin and endInit and then simply call :
gridControl1.UpdateDetailGrids
This should work fine.
Imported from legacy forums. Posted by Matt (had 2896 views)