Announcement

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

    Typo in ListGrid.js - freeze column fails when editor showing

    Version v9.1p_2014-03-04 (2014-03-04) LGPL

    line 36726 reads

    Code:
    var items = this.editRowForm.getItems();
    when it should read
    Code:
    var items = this._editRowForm.getItems();

    #2
    This appears to be an already fixed issue. Please try with the latest nightly build and let us know if this issue persists for you

    Regards
    Isomorphic Software

    Comment


      #3
      OK, thanks but my company will only deliver officially released versions to its clients.

      Colin.

      Comment


        #4
        See SmartClient.com/builds.

        Comment

        Working...
        X