We have intergrated grid in our page but have one problem
We have some static div and grid without inner scroll,
<div>
<grid without scroll>
both the header div and table are scrolled by global scroll
The problem can be illustrated here (see attachement)
http://demos.telerik.com/kendo-ui/grid/editing
Why global scroll changes position after entering or adding value in grid?
Our operator edits and adds many values a day, we want global page scroll to stay in same position
What are workarounds?