Skip to main content

ASPxClientGridView.StartEditRowByKey(key) Method

Switches the grid to edit mode.

#Declaration

TypeScript
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