Hi
Let me express the problem in other words.
I have one main scroll thats holds two grids,these grids configure with virtual configuration. ( scrollable: { virtual: true} )
when I reach the end of the scroll in first grid, I am not able to scroll with the next grid that it sits within.
The virtual configuration inside the grid is preventing the global scrolling event.(see in your portal demos
http://demos.telerik.com/kendo-ui/grid/virtualization-local-data)
thanks.