onScrollY
fires when the user scrolls the grid up or down
function onScrollY(): void
Example
Section titled “Example”dgrid.attachEvent("onScrollY", function(){ var state = dgrid.getScrollState(); console.log("The scroll coordinates: ["+state.x+","+state.y+"]");});
See also
Section titled “See also”Articles
API