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

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

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

Reference

IDetailSettings Interface