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