For this particular situation I use the latest SmartClient 11.1 Pro version, but I think it also fails on newer versions (unless it is intended behavior).
When using the expansionMode: "editor" for ListGrid, it seems expansionEditorCollapseOnSave is not honored when the grid's autoSaveEdits property is true (the default). I pinpointed this down to the isExpanded() method which does check a "_expanded" + this.ID property of the record, but that gets overridden by my server (RubyOnRails) when returning the record.
When using the expansionMode: "editor" for ListGrid, it seems expansionEditorCollapseOnSave is not honored when the grid's autoSaveEdits property is true (the default). I pinpointed this down to the isExpanded() method which does check a "_expanded" + this.ID property of the record, but that gets overridden by my server (RubyOnRails) when returning the record.
Comment