Announcement

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

    ListGrid.getEditCol() regression

    Hi there,

    ListGrid.getEditCol() returns null if there is no edit column, however the Java implementation of this method returns a primitive int which gives us no way to evaluate the return other than a try statement.

    I found this issue here from 2009:

    https://code.google.com/p/smartgwt/issues/detail?id=110

    Which says that it was changed to return -1, if that was the case then it seems 4.0 seen this functionality regress.

    Liam

    #2
    This issue will be resolved with tonight's nightly build (4.1d).

    Comment


      #3
      Thank you!

      Comment

      Working...
      X