jQuery.wijmo.c1field Namespace > options type : readOnly Field |
Default value: false
A value indicating whether the cells in the column can be edited.
Javascript (Usage) | |
---|---|
var value; // Type: bool value = jQuery.wijmo.c1field.options.readOnly; |
Javascript (Specification) | |
---|---|
|
$("#element").wijgrid({ columns: [ { readOnly: false } ] });