GridView for ASP.NET Web Forms
showSelectionOnRender オプション
jQuery.wijmo.c1gridview 名前空間 > options タイプ : showSelectionOnRender オプション
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 value; //タイプ: boolean
value = $(".selector").c1gridview("option", "showSelectionOnRender");

//値を設定します
var newValue; //タイプ: boolean
$(".selector").c1gridview("option", "showSelectionOnRender", newValue);
var showSelectionOnRender : boolean;
使用例
$("#element").wijgrid({ showSelectionOnRender: true });
関連トピック

参照

options タイプ
c1gridview jQuery ウィジェット