I use jqgrid at my page. I wanted to have fixed height at it (Users should scroll down if there is more rows). It works for tables which has many rows. However even table row size is not much there is a place for scroll bar (number 2 at image) and there is an extra line at left (number 1 at image). This is same for each table. Here is an example of my tables:
I used that at my options:
...
height: '150'
jsonReader: {
repeatitems: false
},
loadui: 'disable',
altRows: true,
viewrecords: true,
loadonce: true,
...
and did not do anything special to height.
Any ideas?