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
365
When Clicking on BoundCheckBoxField Nothing Happens
posted

<igtbl:BoundCheckBoxField Header-Text="4 Wheel" DataFieldName="4Wheel" Key="4Wheel">
                </igtbl:BoundCheckBoxField>

 

When I click on this checkbox nothing happens.

  • 33839
    Verified Answer
    posted

    Hi dan2012a,

    By default, the checkboxes are read-only.  They become editable when you have the EditingCore behavior turned on.  If you wanted to be able to edit some fields and not some checkboxes, you can turn on CellEditing and add a setting for cell editing that has ReadOnly equal true.

    regards,

    David Young