jqGrid is stretching row height to fit grid height -
it appears when jqgrid has few rows, increases height of rows fill available space. there way disable behavior?
probably use height: "auto"
or height: "100%"
option of jqgrid. can use numeric value specify height of grid in pixel. way default value of height
parameter 150 (see the documentation).
Comments
Post a Comment