Hello sir,
I am applying jqxgrid in my project. And i am saving the states in the database. IN one state i choose grouping and save state in database, And next i apply filtering on grid and save this state with different name. When i load state from one state to another it gives me error.
TypeError: S[d] is undefined
…r y={};if(!O){y=a.extend({},S[d])}else{y=a.extend({},S[d].value)}id=y[j.uniqueId…
jqxgrid.grouping.js (line 7, col 2566)
And if i load default state then generate this error
TypeError: g is undefined
…mns.splice(h,0,g);this._raiseEvent(24,{columntext:g.text,datafield:g.datafield,o…
jqxgrid.columnreorder.js (line 7, col 1629)
I am using the version jQWidgets v3.8.2. Please let me know what is the solution of above problem. It urgent.
Thanks