scrollTo
scrolls the view to the defined position
function scrollTo( // the position of x-scroll x: number, // the position of y-scroll y: number): void
Details
Section titled “Details”For dynamic loading: if the view is scrolled to the position at which the viewport isn’t fully populated with data, DataGrid automatically generates a load request to the server.
See also
Section titled “See also”Articles
API