Announcement

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

    ListGrid.setAutoDraw(Boolean); method not found in SGWT 12. What do I replace the call with ?

    SGWT: 12.0-p20180802

    It looks like the ListGrid method setAutoDraw(Boolean) is no longer supported. What should I use to replace that method or functionality ?

    thanks,

    #2
    This method has no actual function in SmartGWT, where autoDraw is always false, so it was removed.

    Comment


      #3
      Ok, thanks for the quick response.

      Comment

      Working...
      X