New to Kendo UI for Angular? Start a free 30-day trial

ContentScrollEvent

Arguments for the contentScroll event.

NameTypeDefaultDescription

endColumn

number

The index of the last column visible in the viewport. Available only if the virtualColumns option is set to true.

endRow

number

The index of the last row visible in the viewport. Available only if the grid is configured for virtual scrolling.

scrollLeft

number

The scroll left position.

scrollTop

number

The scroll top position.

startColumn

number

The index of the first column visible in the viewport. Available only if the virtualColumns option is set to true.

startRow

number

The index of the first row visible in the viewport. Available only if the grid is configured for virtual scrolling.