Welcome to the Xceed Community Sign in | Join | Help
Community Search  

Re: Question about checkboxes and databases that don't have bools yet

  •  04-28-2008, 9:40 AM

    Re: Question about checkboxes and databases that don't have bools yet

    You will also need to change the CellEditor if you are going to edit the data. The same kind of DataTemplate can be used. just make sure that you bind the IsChecked property of the CheckBox using a CellEditorBinding extension. For example:

    <DataTemplate>
      <CheckBox IsChecked="{xcdg:CellEditorBinding}"/>
    </DataTemplate>


    Technical Writer - Xceed Software

    Of all the things I've lost, I miss my mind the most. - Mark Twain
View Complete Thread
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2008 Xceed Software Inc.