Hi,
When changing the height of a jqxGrid it can happen that the grid generates a vertical scrollbar even though there is nothing to scroll.
I have created a fiddle to deonstrate the problem:
http://jsfiddle.net/M58LY/36/
Clicking the resize button wil change the height from the initial 250 to 260. In the grid a vertical scrollbar will suddenly appear, even though the 4 lines do not require any scrolling. Furthermore the grid will autoscroll to the bottom, which makes some of the lines jump out of the visible area.
For a second test reload the fiddle and then change the page size to 20 before clicking the button. Now the button click will cause al the lines to “disappear”, ie. to get scrolled away entirely.
Regards,
Stephan