GridView for ASP.NET Web Forms
highlightCurrentCell オプション
jQuery.wijmo.c1gridview 名前空間 > options タイプ : highlightCurrentCell オプション
Determines whether the position of the current cell is highlighted or not.
シンタックス
//値を取得する
var value; //タイプ: boolean
value = $(".selector").c1gridview("option", "highlightCurrentCell");

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

参照

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