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

A value indicating whether a selection will be automatically displayed at the current cell position when the wijgrid is rendered. Set this option to false if you want to prevent wijgrid from selecting the currentCell automatically.

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

Reference

IDetailSettings Interface