Browse by Tags
All Tags » .Net Grid » CheckBoxEditor (RSS)
-
Hello,
I have a little problem. In my insertionrow of a data bounded grid I have a checkbox editor. I need its initial state to be uncheked.
I tried this, but didn't work. Any Ideas???
WinCheckBox chk_temp = new WinCheckBox(''test'', CheckState.Checked);
insertionRow1.Cells[15].CellEditorManager = new ...
|
|
|
|