Announcement

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

    CellSaved event doesn't return correct record

    First I'd like to say SmartGWT is a great open source product! Thanks. I'm using SmartGWT 2.1 version. I ran into an issue with ListGrid CellSavedEvent: If I sort the table, then do Edit New, CellSavedEvent event.getRecord() doesn't return the correct record, it always returns the record on the last row, but the newly added row is not the last row because of the sort. Because of this issue, I'm not able to operate on the newly added row (set certain flags to distinguish the new row from other existing rows, for example). I have simple sample codes to demonstrate this issue. Attached are 3 screenshots of the steps taken to reproduce this issue, and the source codes. Please confirm if this indeed is a bug, and what other ways I can use in the meantime to get hold of the newly added rows (when column sort is present).
    Attached Files

    #2
    We believe this was fixed a while ago - please check with a more recent release.

    Comment


      #3
      I tried the latest LGPL version ((SmartGWT 2.2), the same issue existed there. Maybe it was fixed in post 2.2 version?

      Comment

      Working...
      X