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).
Announcement
Collapse
No announcement yet.
X
Comment