ComponentOne GridView for ASP.NET WebForms
jQuery.wijmo.c1gridview Namespace / options type / showSelectionOnRender Option
In This Topic
    showSelectionOnRender Option
    In This Topic
    A value indicating whether a selection will be automatically displayed at the current cell position when the wijgrid is rendered. Set this option to false if you want to prevent wijgrid from selecting the currentCell automatically.
    Syntax
    // Get value
    var value; // Type:  boolean
    value = $(".selector").c1gridview("option", "showSelectionOnRender");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").c1gridview("option", "showSelectionOnRender", newValue);
    var showSelectionOnRender : boolean;
    Example
    $("#element").wijgrid({ showSelectionOnRender: true });
    Browser Compatibility
    8
    5
    5
    See Also