Hi,
I have a grid, that has many columns that are not accomodated in the standard screen size.
The grid overflows automatically along the x axis. However, my onscroll event handler on the div, containing the grid, is not called.
<div id='gridContainer' onscroll='alert('scrolll called');'></div>[
My grid is instantiated by javascript , inside this div. Although i can see the horizontal scrollbar, at the bottom of the grid, the onscroll event handler is not called.
What then has x-overflown ?