jqGrid - How to modify form_editing construction?

前端 未结 2 675
庸人自扰
庸人自扰 2020-11-30 14:49

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

    enter image description here

    If I understand correct your problem the usage of rowpos and colpos could be very helpful in your case.

    0 讨论(0)
提交回复
热议问题