grid_column_beginedit

Client side event handler for ClientSideBeginEdit.

Note: This is a prototype, not a function. You should provide a function that matches this prototype if you wish to handle the corresponding event on the client side. The prototype provides information about the arguments and return value of the function you provide.

Syntax
JavaScript
 grid_column_beginedit(cell)

Parameters

cell
The GridCell to enter edit mode.

Return Value

false if you wish to cancel entering edit mode. To continue entering edit mode, do not return any value.

See Also