Skip to content

onScrollX

fires when the user scrolls the grid left or right

function onScrollX(): void
dgrid.attachEvent("onScrollX", function(){
var state = dgrid.getScrollState();
console.log("The scroll coordinates: ["+state.x+","+state.y+"]");
});

Articles

API