Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Checkboxes in ListGrid always enabled? (bug?)

    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:
    Code:
    <field name="SomeField" title="SomeTitle" type="boolean" required="false"/>
    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?

    #2
    Try using different release from nightly builds some release has bug that you having.

    Br//Marije

    Comment


      #3
      Thanks Marije, you are right.
      I downgraded from EE 2.3 evaluation to EE 2.1 evaluation, will try a nightly build in a sec.

      Comment

      Working...
      X