Welcome to the Xceed Community | Help
Community Search  
More Search Options

Browse by Tags

All Tags » Checkbox   (RSS)
Showing page 1 of 2 (18 total posts)
  • Re: Check box selection issue

    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 ...
    Posted to Xceed DataGrid for WPF (Forum) by bsundsbo on February 8, 2012
  • Checkbox alignment left or right

    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 ...
    Posted to Xceed Grid for .NET (Forum) by Francisco on December 19, 2011
  • DataGrid with checkbox to referenced entity

    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 ...
    Posted to Xceed DataGrid for WPF (Forum) by MichaƂ on September 5, 2011
  • A WinCheckBox as a member of column

    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
    Posted to Xceed Grid for .NET (Forum) by deepak on May 25, 2011
  • Re: how to add new checkbox column in costom control that is made from xceed data Grid

    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 ...
    Posted to Xceed DataGrid for WPF (Forum) by eliza on March 17, 2010
  • Re: Cell Checkbox

    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 ...
    Posted to Xceed Grid for .NET (Forum) by Ghislain on December 28, 2009
  • checkbox cell bug?

    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, ...
    Posted to Xceed DataGrid for WPF (Forum) by p1n on October 13, 2009
  • checkbox theme

    Hi, im using Office2007BlueTheme for my wpf grid.                         ...
    Posted to Xceed DataGrid for WPF (Forum) by p1n on October 1, 2009
  • CheckBoxEditor initial state

    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 ...
    Posted to Xceed Grid for .NET (Forum) by Andrea on September 27, 2009
  • Set CheckBox to Checked (or Unchecked) and RadioButton (Same) in C#

    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 ...
    Posted to Xceed DataGrid for WPF (Forum) by Steven on July 24, 2009
1 2 Next >
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2011 Xceed Software Inc.