0

My Add/Edit form is having too many fields in jqgrid dialog. So is there any way to place the two text box side by side in html

for eg :

            Name: textbox      Age : textbox

            Gender : dropdown  Email: textbox

Please help me out with this question

Pritam
  • 3
  • 5

1 Answers1

0

You can use rowpos and colpos of formoptions to implement multicolumn form. See the demo created for the old answer. It display the edit form like on the picture below:

enter image description here

Community
  • 1
  • 1
Oleg
  • 220,925
  • 34
  • 403
  • 798