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

ASPxClientGridView.StartEditRowByKey(key) Method

Switches the grid to edit mode.

Declaration

StartEditRowByKey(
    key: any
): void

Parameters

Name Type Description
key any

An object that uniquely identifies a data row to be edited.

Remarks

Use the StartEditRowByKey method to switch the ASPxGridView to edit mode in code. End-users can do this by clicking the Edit command item displayed within the command column.

See Also