Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
3627
Do checkboxes work?
posted

Can you please let me know if checkboxes work at all? I can't get them to. I'm bound to an object and the property is a bool. I've tried with and without specifying the editor. All I get is a solid blue box that won't let me toggle it.

<igDP:Field Name="IsCycleIgnored"
            Label="Ignore">
    <igDP:Field.Settings>
        <igDP:FieldSettings  EditAsType="{x:Type sys:Boolean}"
                             EditorType="{x:Type igEditors:XamCheckEditor}" />
    </igDP:Field.Settings>

</igDP:Field>

Parents Reply Children
No Data