Skip to main content
A newer version of this page is available. .

ASPxClientGridView.GetRowIndicesVisibleInViewPort(includePartiallyVisible) Method

Returns a value specifying the indices of the rows visible in the browser’s view port.

Declaration

GetRowIndicesVisibleInViewPort(
    includePartiallyVisible: boolean
): number[]

Parameters

Name Type Description
includePartiallyVisible boolean

true, to include partially visible rows, otherwise, false.

Returns

Type Description
number[]

An array of integer values that are the indices of the rows visible in the browser’s view port.

See Also