Hi,
When I add the option:
$grid["reloadedit"] = true;
My grid does not reload after edit and I get the following error in the console debugger:
this.expRows.splice(indx,1);};this._init=function(options){if(options){this.refreshOptions(options);}};this._init(options);}
(function($){if($.fn.jqGrid){$.fn.extend({_baseJqGrid:$.fn.jqGrid,jqGrid:function(opts){if(typeof(opts)!=="object"){var func=$.fn.jqGrid[opts];if(!func)
throw("jqGrid – No such method: "+ opts)
var args=$.makeArray(arguments).slice(1);return func.apply(this,args);}
var gState=null;if(opts.stateOptions){gState=new GridState(opts.stateOptions);gState.load();gState.updateGridOptions(opts);}
1 Answers
Your Answer