> If i am using
> javascript: window.scrollTo(0,0)
> but the behaviour is not deterministic if i m inside the context of inner
> scroll bar i m not able to scroll main window.
What happens when you're in the context of inner scroll bar area? Any
scrolling occur within inner scroll bar? Or nothing happens to either
scroll bars?
> Not able to find any way to scroll inside dhtml grid.
Maybe not a concern for others, but out of curiosity on test
automation and web development, is there javascript code that can be
written to scroll scrollbars that are part of an element (e.g. div,
textarea, span, iframe, frame, etc.)? I think most people think to
control scrolling at the browser window level only (or I mis-assumed).
Maybe something like to
document.getElementById('someId').scrollTo(x,y) or more complicated
stuff like the mouseOver event emulation with javascript?