Wijmo UI for the Web
highlightOnHover Field
wijmo.grid Namespace > IWijgridOptions Interface : highlightOnHover Field

Determines whether hovered row is highlighted or not.

Syntax
var instance; // Type: wijmo.grid.IWijgridOptions;
var value; // Type: boolean
value = instance.highlightOnHover;
var highlightOnHover : boolean;
Example
$("#element").wijgrid({ highlightOnHover: true });
See Also

Reference

IWijgridOptions Interface