Wijmo UI for the Web
readOnly Field
wijmo.grid Namespace > IColumn Interface : readOnly Field

A value indicating whether the cells in the column can be edited.

Syntax
var instance; // Type: wijmo.grid.IColumn;
var value; // Type: boolean
value = instance.readOnly;
var readOnly : boolean;
Example
$("#element").wijgrid({ columns: [ { readOnly: false } ] });
See Also

Reference

IColumn Interface