jQuery.wijmo.wijgrid Namespace > options type : highlightCurrentCell Field |
Default value: false
Determines whether the position of the current cell is highlighted or not.
Javascript (Usage) | |
---|---|
var value; // Type: bool value = jQuery.wijmo.wijgrid.options.highlightCurrentCell; |
Javascript (Specification) | |
---|---|
|
$("#element").wijgrid({ highlightCurrentCell: false });