Gets or sets value determining whether developer initiates cell editor(s) 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 trying to provide editing control automatically.

Remarks

C1GridView automatically provides editor for cells of C1BoundField column and C1CheckBoxField in common editing scenarios. If cells contain custom controls or if developer wants to provide custom editing front end then he must to set this property to True.

See Also