Hi, I try to show a long table in my page which is higher than the browser window, and the problem occurred.
I used the demo code in jqxGrid and just setting “autoheight” as “true” (http://jsfiddle.net/VDunt/13/) to reproduce the problem. If I scroll to the bottom of the table, and click any row (e.g. click the last row), the table will jump back to top. It is annoying because I want show a url-link every row in the table, because of this problem, I can’t even click the link.
This problem only occur when I scroll to the bottom of the table, if I carefully not scroll to the bottom, I can click the table normally.
So, I have to set “height” as a small value, and hope the client browser is large enough, or my link will not clickable.
Any suggestion? thanks.