ComponentOne GridView for ASP.NET WebForms
jQuery.wijmo.c1gridview Namespace / options type / highlightCurrentCell Option
In This Topic
    highlightCurrentCell Option
    In This Topic
    Determines whether the position of the current cell is highlighted or not.
    Syntax
    // Get value
    var value; // Type:  boolean
    value = $(".selector").c1gridview("option", "highlightCurrentCell");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").c1gridview("option", "highlightCurrentCell", newValue);
    var highlightCurrentCell : boolean;
    Example
    $("#element").wijgrid({ highlightCurrentCell: false });
    Browser Compatibility
    8
    5
    5
    See Also