Reload edit issue

QuestionsReload edit issue
Stephen Hartigan asked 9 years ago

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
Abu Ghufran answered 9 years ago

Please share code at pastebin.com OR email me at [email protected].

Your Answer

10 + 6 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?