GridView for ASP.NET Web Forms
pageIndex オプション
jQuery.wijmo.c1gridview 名前空間 > options タイプ : pageIndex オプション
Determines the zero-based index of the current page. You can use this to access a specific page, for example, when using the paging feature.
シンタックス
//値を取得する
var value; //タイプ: number
value = $(".selector").c1gridview("option", "pageIndex");

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

参照

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