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