Home › Forums › WinForms controls › Xceed Grid for WinForms › Readonly CheckBox › Reply To: Readonly CheckBox
Actually… I was able to get this to work with the visual style, I did the following :
<code>
( ( WinCheckBox )gridControl1.DataRows[ 0 ].Cells[ “CheckBoxes” ].CellEditorManager.TemplateControl ).Enabled = false;
</code>
Imported from legacy forums. Posted by Matt (had 5549 views)