onAfterScroll
occurs when a grid has been scrolled
function onAfterScroll(): void
Example
Section titled “Example”grid.attachEvent("onAfterScroll", function(){ var pos = this.getScrollState(); //your code here
});
occurs when a grid has been scrolled
function onAfterScroll(): void
grid.attachEvent("onAfterScroll", function(){ var pos = this.getScrollState(); //your code here
});