Puts the current cell in editing mode.

Namespace:  C1.Web.UI.Controls.C1GridView
Assembly:  C1GridViewClient (in C1GridViewClient.dll)

Syntax

JavaScript
function beginEdit();

Return Value

True if cell is successfully put in edit mode, otherwise False.

Remarks

Works only if the AllowClientEditing property is set to True.

See Also