update the sort after an update

This commit is contained in:
Damien Churchill 2010-03-09 23:26:54 +00:00
parent b919613a51
commit f825e8996a
1 changed files with 3 additions and 0 deletions

View File

@ -285,6 +285,9 @@ Copyright:
}
});
store.commitChanges();
var sortState = store.getSortState()
store.sort(sortState.field, sortState.direction);
},
// private