Threaded View
-
6 Jul 2012 5:04 AM #1
[4.1.1] Refresh row in Ext.grid.plugin.RowEditing.
[4.1.1] Refresh row in Ext.grid.plugin.RowEditing.
Using a grid with Ext.grid.plugin.RowEditing.
The values of a column depend on values edited on another column.
After the save is no longer made the refresh of the line.
It worked perfectly in 4.1.1rc2
I solved it for now, but this means that whenever a record is updated the grid back to the first line.
Sorry for my bad English. translated using googleCode:...... plugins: [{ ptype: 'filterbar', renderHidden: false }, rowedit = Ext.create('Ext.grid.plugin.RowEditing', { listeners: { edit: function (editor, event) { writeRecord( .... ) gridZORDEXTRSC.getView().refresh(); // <<<- added to see the updated data on the grid } } }) ] .....
thanks
Success! Looks like we've fixed this one. According to our records the fix was applied for
EXTJSIV-6803
in
4.1.3 Sprint 1.


Reply With Quote