In the jqGrid documentation to form_editing, I see how the form_editing is constructed.
相关标签: 2条回答 无人共我 2020-11-30 15:00 If you need to customize the form, your best bet may be to create your own page and use a plugin such as jQuery UI Dialog to display your custom form. It will be more work since you cannot use the built-in form editing capabilities of jqGrid, but you will have complete control of the layout of the form. 0 讨论(0) 发布评论: 提交评论 加载中... 灰色年华 2020-11-30 15:01 There are rowpos and colpos properties of formoptions which would be helpful for you. The demo demonstrate how you can change the standard editing form created by jqGrid to the following If I understand correct your problem the usage of rowpos and colpos could be very helpful in your case. 0 讨论(0) 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
If you need to customize the form, your best bet may be to create your own page and use a plugin such as jQuery UI Dialog to display your custom form. It will be more work since you cannot use the built-in form editing capabilities of jqGrid, but you will have complete control of the layout of the form.
There are rowpos and colpos properties of formoptions which would be helpful for you.
rowpos
colpos
The demo demonstrate how you can change the standard editing form created by jqGrid to the following
If I understand correct your problem the usage of rowpos and colpos could be very helpful in your case.