bigCheckboxes property not available

Posted by: peter_murray on 15 June 2021, 2:24 am EST

  • Posted 15 June 2021, 2:24 am EST

    We are looking to use the bigCheckboxes property for our flexGrid tables but when we try to set this property to true, it appears as though it does not exist in the WjFlexGrid class. We’re currently using version 5.20193.637, are bigCheckboxes part of a later version, or is there some other factor keeping us from using bigCheckboxes?

  • Posted 16 June 2021, 12:22 am EST

    Hi Peter,

    Sorry, but bigCheckboxes property of FlexGrid is available after wijmo build 2020v1 (5.20201.663-rc). I would recommend you upgrade the wijmo version to use this property.

    Regards,

    Ashwin

  • Posted 17 June 2021, 2:15 am EST

    Is there any way we can get similar functionality without upgrading? We’d like to just be able to control where in the cell toggles the checkbox on click, and not just selects the cell. The problem we’re having is that clicking anywhere along the same x axis as the checkbox in our cell toggles the checkbox, but clicking above or below it in the cell does not.

  • Posted 17 June 2021, 10:22 pm EST

    Hello Peter,

    You can use the following CSS to increase the width/height of the label surrounding the checkbox:

    .wj-flexgrid .wj-cells .wj-cell label {
    	height: 100%;
    	width: 100%
    }
    

    ~regards

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels