var instance; // Type: wijmo.grid.IWijgridOptions; var value; // Type: boolean value = instance.highlightCurrentCell;
var highlightCurrentCell : boolean;
Determines whether the position of the current cell is highlighted or not.
var instance; // Type: wijmo.grid.IWijgridOptions; var value; // Type: boolean value = instance.highlightCurrentCell;
var highlightCurrentCell : boolean;
$("#element").wijgrid({ highlightCurrentCell: false });