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 CheckBoxEditor(chk_temp);
insertionRow1.Cells[15].CellViewerManager = new CheckBoxViewer(chk_temp);
Actually it dows show the “test” label but the initial state is always Indeterminate.
Thank you very much
Imported from legacy forums. Posted by Andrea (had 1197 views)