ComponentOne GridView for ASP.NET WebForms
jQuery.wijmo.c1gridview Namespace / options type / disabled Option
In This Topic
    disabled Option
    In This Topic
    Syntax
    // Get value
    var value; // Type:  boolean
    value = $(".selector").c1gridview("option", "disabled");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").c1gridview("option", "disabled", newValue);
    var disabled : boolean;
    Browser Compatibility
    8
    5
    5
    See Also