Skip to main content

ASPxClientGridViewBatchEditApi.IsCurrentPageRow(key) Method

Returns a value that specifies whether the row is located on the current page.

#Declaration

TypeScript
IsCurrentPageRow(
    key: any
): boolean

#Parameters

Name Type Description
key any

A String value that identifies the row by its key value.

#Returns

Type Description
boolean

true, if the row is located on the current page; otherwise, false.

See Also