wijmo.grid.wijgrid Namespace > options type : highlightCurrentCell Option |
Default value: false
Determines whether the position of the current cell is highlighted or not.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: bool returnsValue = $(".selector").wijgrid("option", "highlightCurrentCell"); // Set value var newValue; // Type: bool $(".selector").wijgrid("option", "highlightCurrentCell", newValue); }); |
Javascript (Specification) | |
---|---|
|
$("#element").wijgrid({ highlightCurrentCell: false });