Announcement

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

  • daviddb
    replied
    it works with the latest nightly.

    thanks once again!

    Leave a comment:


  • Isomorphic
    replied
    Yes, customers can now download nightlies - see blog.isomorphic.com.

    Leave a comment:


  • daviddb
    replied
    Can I download a nightly somewhere for our 2.3 power edition?

    Leave a comment:


  • smartgwt.dev
    replied
    Can you try the latest nightly? There was a related bug that did not get fixed in 2.3.

    Leave a comment:


  • daviddb
    replied
    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

    Leave a comment:


  • daviddb
    started a topic canToggle does not seem to work in SmartGWT 2.3

    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?
Working...
X