jqGrid recreateForm参数 [英] jqGrid recreateForm parameter

查看:91
本文介绍了jqGrid recreateForm参数的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想知道以下句子的正确泛用在哪里: jQuery.extend(jQuery.jgrid.edit,{recreateForm:true}).

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

我在这里发现,对其进行设置,可以在使用自定义edittype列时解决行版本的问题,因为这些类型的字段不会在连续的编辑记录之间刷新.但是我证明了它没有积极的结果. 我正在使用表单编辑.

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.

感谢您的帮助.

推荐答案

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

是将recreateForm的默认值更改为true的正确代码.您可以在我的答案 http://www.trirand.com 论坛中的a>其他不同版本将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.

这篇关于jqGrid recreateForm参数的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆