Hi,
Is it possible to insert a wincheckbox control in the header of a column ?
I’ve tried this code but no success :
For Each cell In MyColumnManagerRow.Cells
Dim ChkTitle As New Xceed.Editors.WinCheckBox(cell.ParentColumn.Title)
Dim ChkEditor As New Xceed.Grid.Editors.CheckBoxEditor(ChkTitle)
Dim ChkViewer As New Xceed.Grid.Viewers.CheckBoxViewer(ChkTitle)
cell.CellEditorManager = ChkEditor
cell.CellViewerManager = ChkViewer
Next
I’ve a cross for each cell.
Thx a lot.
Imported from legacy forums. Posted by Pierrick (had 2352 views)