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