How to achieve automatic height with jqgrid -
i under impression height:auto
option viable it's stated in documentation http://www.trirand.com/jqgridwiki/doku.php?id=wiki:options
but turns out getting js auto undefined error.
0x800a1391 - javascript runtime error: 'auto' undefined
is there way have auto height jqgrid?
eta: had use
height:"auto"
as always, documentation lacking examples.
its easy. if need height of grid fit in browser window here how that:
var realheight = $(window).innerheight()-110; height:realheight
Comments
Post a Comment