Hello.
I am not sure why this happens, but all the checkboxes in my ListGrids are always checked. Is this a bug?
I declare checkbox fields in my ds.xml files as follows:
in my Mysql database I tried different values for true and false: 0,1,true,false, all to no effect.
I got this working before, and the code is still the same. Updated smartGWT recently, haven't checked if that caused it...
Anyone else got this problem?
I am not sure why this happens, but all the checkboxes in my ListGrids are always checked. Is this a bug?
I declare checkbox fields in my ds.xml files as follows:
Code:
<field name="SomeField" title="SomeTitle" type="boolean" required="false"/>
I got this working before, and the code is still the same. Updated smartGWT recently, haven't checked if that caused it...
Anyone else got this problem?
Comment