Wijmo UI for the Web
highlightCurrentCell Option
wijmo.grid.wijgrid Namespace > options type : highlightCurrentCell Option

Default value: false

Determines whether the position of the current cell is highlighted or not.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  boolean
    returnsValue = $(".selector").wijgrid("option", "highlightCurrentCell");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijgrid("option", "highlightCurrentCell", newValue);
        
});
var highlightCurrentCell : boolean;
Example
$("#element").wijgrid({ highlightCurrentCell: false });
See Also

Reference

options type
wijgrid jQuery Widget