Dim unboundColumn As New Column(“new column”, GetType(Boolean))
Dim wcb As New WinCheckBox()
unboundColumn.CellEditorManager =
New CheckBoxEditor(wcb)
unboundColumn.CellViewerManager =
New CheckBoxViewer(wcb)
GridControl1.Columns.Add(unboundColumn)
Imported from legacy forums. Posted by André (had 749 views)