开发者

jqGrid recreateForm parameter

I would like to know where is the correct ubication of the following sentence: jQuery.extend(jQuery.jgrid.edit, {recreateForm: true}).

I found here that setting it, you can solve problems with edition of rows, when you are using custom edittype 开发者_开发问答columns, in respect of these type of fields don't refresh between successive editing records. But I proved it without positive results. I'm using form editing.

Thanks for your helping.


jQuery.extend(jQuery.jgrid.edit, {recreateForm: true});

is the correct code to change default value of recreateForm to true. You can find in my answer in the forum of http://www.trirand.com other different variation to set recreateForm to true.

If this will not help you, you have probably another problem in your code. You can append your question with the code which can be used to reproduce your problem. I or somebody else could try to solve your problem.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜