There is a problem with the horizontal scrolling of a hierarchical grid. I'm actually using kendo for ASP MVC but the problem is with the underlying UI product rather than the MVC wrappers.
Scenario
A hierarchical grid in which the child grid is wider than the parent grid. Page (or container) of the widget made narrow enough to produce the horizontal scrollbar.
Problem
When scrolling to the right, the parent grid headers stop scrolling when they are all visible. Scrolling past this point leaves the parent columns misaligned with their headers. (There is also a vertical line representing the right hand edge of the parent grid which shows through on the child grid.)
I have edited one of the Telerik demos to illustrate, see here.
I'm currently try to figure out a workaround for this but would welcome any help.