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