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
No Data
Reply
  • 8576
    Offline posted
    Hi -
     
    Sorry for the confusion on this.  It turns out that this issue was fixed in 7.1 but then regressed in 7.2.  It has since been fixed in 7.2 (bug ref #BR30201), and the next 7.2 hotfix will include this fix.  The 7.2 hotfix is scheduled to be available by end of next week 3/14.
     
    Joe
     
     
Children