Browse by Tags
All Tags » Checkbox (RSS)
Showing page 1 of 2 (18 total posts)
-
Without any extended experience of the component, I think the reason why your checkbox reverts to unchecked is because the change was never commited. When you scroll down, the DataRow is disposed/recycled and is no longer attached to the original dataitem. When scrolling back up, the underlying dataitem has never had the change commited to it, and ...
-
Hello, I am trying to set the aligment of a checkbox in a cell of a row to the left or right but checkbox always is showed in the center.
Any idea??
Thanks a lot
row.HorizontalAlignment = Xceed.Grid.HorizontalAlignment.Left;
or cell.HorizontalAlignment = Xceed.Grid.HorizontalAlignment.Left;But it does not ...
-
Hi,
I have following problem: there are two entities with relation 1 -> 0..1 . In editing mode of datagrid I have got a checkbox. If there is relationship beetween these entities I want to have this checkbox checked ;-) . Of course If someone check/uncheck I'd like change the relationship. How can I achieve this with datagrid? Thanks in ...
-
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
-
When we add a customized checkbox column to a datagrid in .net (windows application) , the default property allows to check or uncheck the column using a double click. On the first click it selects the column and on the second click the column is either checked or unchecked. To change this default property, we need to handle the click event ...
-
Hi,
some good old references can always be useful:
http://doc.xceedsoft.com/products/Xceedgrid/Editors_WinCheckBox_control.html
http://doc.xceedsoft.com/products/Xceedgrid/CheckBoxViewer.html
http://doc.xceedsoft.com/products/Xceedgrid/Xceed.Grid~Xceed.Grid.Viewers.CheckBoxViewer_members.html
Also the Xceed Grid for .NET Live ...
-
Hi, seems cancel in cell that has checkbox does not work correctly.
i have 3 columns:
column1 of type integer, that is readonly
column2 of type bool, that i not readonly, CellEditorDisplayConditions.RowIsCurrent
column3 of type string, that is readonly
sample data:
column1, column2, ...
-
Hi, im using Office2007BlueTheme for my wpf grid.
...
-
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 ...
-
I made sure to go through the blogs, forums, sample code and KB. The sample code itself was confusing because it was bound to a custom class, or done using XAML.
My issue is that I have the .ItemsSource for dgGridName set to a built-from-scratch DataTable (dTab) in one function, and then I have a second separate function that reads ...
1
|
|
|
|