jqGrid 添加、修改时怎么自定义验证和提示
如图
⒈红框内提示怎么改
⒉如何自定义验证方式(图中 密码 只能输入数字 只要设置number:true) jquery jqGrid php
[解决办法]
...只是省略的意思,因为editrules里面还可以设置其他的属性,反正如果你要自定义验证的话下面的格式时必须的:editrules:{custom:true, custom_func:mypricecheck}