Announcement

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

    canToggle does not seem to work in SmartGWT 2.3

    It seems that the canToggle does not work in the new SmartGWT version.

    What we did until now is:

    listGridField.setType(ListGridFieldType.BOOLEAN);
    listGridField.setCanToggle(true);

    And this resulted in a grid column with a checkbox that could be set and unset without having to go to edit mode.

    This does not seem to work anymore.
    Did something change?

    #2
    Can you reproduce this? Are you looking into it?

    I'm sorry for my impatience but this bug is blocking a new release of our software.

    Thanks,
    David

    Comment


      #3
      Can you try the latest nightly? There was a related bug that did not get fixed in 2.3.

      Comment


        #4
        Can I download a nightly somewhere for our 2.3 power edition?

        Comment


          #5
          Yes, customers can now download nightlies - see blog.isomorphic.com.

          Comment


            #6
            it works with the latest nightly.

            thanks once again!

            Comment

            Working...
            X