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