New to Kendo UI for AngularStart a free 30-day trial

Provides the arguments for the contentScroll event.

Definition

Package:@progress/kendo-angular-grid

Properties

endColumn

number

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

endRow

number

Represents the index of the last visible row in the viewport. Available only if the grid uses virtual scrolling.

Represents the horizontal scroll position.

scrollTop

number

Represents the vertical scroll position.

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

startRow

number

Represents the index of the first visible row in the viewport. Available only if the grid uses virtual scrolling.