I use jqGrid v4.4.5 myjqgrid like this
Please help on the following issues:
myjqgrid height 100% on base parent(div)
I want in different resolution if number of rows more than of myjqgrid height when appearing vertical scrollbar.
<div style="width:100%;overflow:scroll">
<table id="List1"><tr><td></td></tr></table>
<div id="Pager1"></div>
</div>