Wijmo UI for the Web
highlightOnHover Option

Default value: true

Determines whether hovered row is highlighted or not.

Syntax
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) 
var highlightOnHover : bool;
Example
$("#element").wijgrid({ highlightCurrentCell: true });
Browser Compatibility
7
5
5

See Also

Reference

options type
wijgrid jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.