<igtbl:BoundCheckBoxField Header-Text="4 Wheel" DataFieldName="4Wheel" Key="4Wheel"> </igtbl:BoundCheckBoxField>
When I click on this checkbox nothing happens.
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