Gets or sets value determining whether developer finalizes editing of the cell manually.

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

Syntax

JavaScript
function get_handled();
function set_handled(value);

Field Value

Default value is False which means that C1GridView will try to finalize editing of the cell automatically.

Remarks

If developer provides custom editing front end then he must to set this property to True.

See Also