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