Wijmo UI for the Web
allowEditing Field
wijmo.grid Namespace > IDetailSettings Interface : allowEditing Field

Determines whether the user can make changes to cell contents in the grid. This option is obsolete. Use the editingMode option instead.

Syntax
var instance; // Type: wijmo.grid.IDetailSettings;
var value; // Type: boolean
value = instance.allowEditing;
var allowEditing : boolean;
Example
// Users cannot change cell contents in the grid if this option is set to false
$("#element").wijgrid({ allowEditing: false });
See Also

Reference

IDetailSettings Interface