jQuery.wijmo.wijgrid Namespace > options type : highlightOnHover Field |
Default value: true
Determines whether hovered row is highlighted or not.
Javascript (Usage) | |
---|---|
var value; // Type: bool value = jQuery.wijmo.wijgrid.options.highlightOnHover; |
Javascript (Specification) | |
---|---|
|
$("#element").wijgrid({ highlightCurrentCell: true });