onscroll for grid horizontal overflow

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 ?

Try to use “onScroll” grid event docs.dhtmlx.com/doku.php?id=dhtm … t_onscroll