var instance; // Type: wijmo.grid.IDetailSettings; var value; // Type: boolean value = instance.showSelectionOnRender;
var showSelectionOnRender : boolean;
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.
var instance; // Type: wijmo.grid.IDetailSettings; var value; // Type: boolean value = instance.showSelectionOnRender;
var showSelectionOnRender : boolean;
$("#element").wijgrid({ showSelectionOnRender: true });