Wijmo UI for the Web
readOnly Option

Default value: false

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

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  bool
    returnsValue = $(".selector").c1field("option", "readOnly");
    
    // Set value
    var newValue; // Type:  bool
    $(".selector").c1field("option", "readOnly", newValue);
        
});
Javascript (Specification) 
var readOnly : bool;
Example
$("#element").wijgrid({ columns: [ { readOnly: false } ] });
Browser Compatibility
7
5
5

See Also

Reference

options type
c1field jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.