Hello,
I have a problem when sorting data in jqgrid.
After filling it with local data, I edit a cell content and everything works (adding new value; updating / deleting existing one).
But when i sort a column (with 'sortGrid method'), the new values don't appear or cells retrieve their previous values. I thought first the data property of my grid was not upadted after editing a cell but i looked at this property on 'afterSaveCell' event and the values were there.
So, what am I doing wrong ?
This is my grid configuration (I remove event handlers) :
var _tableau_notes_base = {
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top