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

ASPxClientCardView.SetFocusedCell(cardVisibleIndex, columnIndex) Method

Focuses the specified cell.

Declaration

SetFocusedCell(
    cardVisibleIndex: number,
    columnIndex: number
): void

Parameters

Name Type Description
cardVisibleIndex number

An value that specifies the visible index of the card.

columnIndex number

A zero-based index that identifies the column in the column collection (the column’s CollectionItem.Index property value).

Remarks

Use the ASPxClientCardView.GetFocusedCell and SetFocusedCell methods to control the cell focus on the client side.

See Also