Hello,
I have a grid that can be resizable:
|
1 |
$("#grid").jqGrid('gridResize', {minHeight:50});<br /> |
|
1 |
I am resizing it and afterwards I am selecting a row. At row selection the grid height is changed for instance as following: |
|
1 |
|
1 |
$("#grid").jqGrid("setGridHeight", "230"); |
|
1 |
The grid height is changed but an EMPTY part remains in the button of the grid. More exactly, only the "ui-jqgrid-bdiv" |
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top