Wijmo UI for the Web
handled Field

Gets or sets a value that determines how cell editing is initiated: manually or automatically. If the cell contain custom controls or if you wish to provide custom editing on the front end, then the property must be set to "true". The default value is "false", which means that the wijgrid will handle editing automatically.

Syntax
Javascript (Usage) 
var instance; // Type: wijmo.grid.IBeforeCellEditEventArgs;
var value; // Type: bool
value = instance.handled;
Javascript (Specification) 
var handled : bool;
Browser Compatibility
7
5
5

See Also

Reference

IBeforeCellEditEventArgs Interface

 

 


© 2013 All Rights Reserved.

Send comments on this topic.