I recently inherited a dynamic HTML page that utilizes bootstrap and jqxGrid, and it calls server side code to retrieve data. However, after the data is loaded and the jqxGrid is populated, the page automatically scrolls down.
Since I got the code from a different developer, I am unsure of what is causing this automatic scrolling behavior.
I even tried searching for the keyword "scroll" in the code but didn't find anything that could explain the issue.
So my question is more general: what type of JavaScript code or CSS could be causing the page to scroll down without any user input?
Any insights or suggestions would be greatly appreciated. Thank you!