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

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

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

Reference

IWijgridOptions Interface