Browse by Tags
All Tags » Checkbox » .Net Grid (RSS)
-
Hi,
I am writing a winform application that a grid control containing a gridtreeview like structure, Now is there is any way to havee a tree mamber as a WinCheckBox ?
Thanks,
Deepak
-
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 ...
-
Hi -
I started using the Xceed grid a few weeks ago and I now want to adjust the default behaviour of the CheckBox columns in 2 ways:
1) I want the checkbox value to be committed to the datasource as soon as it is checked. This was solved a few days ago in another thread on here by hooking into the WinCheckBox Checked event and then running ...
|
|
|
|