tags:

views:

24

answers:

1

So we have a grid with a substantial amount of columns. Problem is in the popup form editor and sizing it. When stating no size the form generates over the bounds of the page, and when implicitly sizing it, the popup doesn't detect the overflow and add a scroll bar.

A: 

Probably you will find the answer on your question here http://stackoverflow.com/questions/2879207/jqgrid-scrollable-dialog/

Oleg
Actually found the correct parameter. Should be "dataheight" and not "height".
Jan de Jager