Wijmo UI for the Web
highlightCurrentCell Option

Default value: false

Determines whether the position of the current cell is highlighted or not.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  bool
    returnsValue = $(".selector").wijgrid("option", "highlightCurrentCell");
    
    // Set value
    var newValue; // Type:  bool
    $(".selector").wijgrid("option", "highlightCurrentCell", newValue);
        
});
Javascript (Specification) 
var highlightCurrentCell : bool;
Example
$("#element").wijgrid({ highlightCurrentCell: false });
Browser Compatibility
7
5
5

See Also

Reference

options type
wijgrid jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.