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

ASPxClientGridView.SetFocusedCell(rowVisibleIndex, columnIndex) Method

Focuses the specified cell.

Declaration

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

Parameters

Name Type Description
rowVisibleIndex number

An integer value that specifies the visible index of the row.

columnIndex number

Focuses the specified cell.

Remarks

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

See Also