GridView for ASP.NET Web Forms
pagerSettings オプション
jQuery.wijmo.c1gridview 名前空間 > options タイプ : pagerSettings オプション
Determines the pager settings for the grid including the mode (page buttons or next/previous buttons), number of page buttons, and position where the buttons appear.
シンタックス
//値を取得する
var value; //タイプ: jQuery.wijmo.c1gridview.options.pagerSettings
value = $(".selector").c1gridview("option", "pagerSettings");

//値を設定します
var newValue; //タイプ: jQuery.wijmo.c1gridview.options.pagerSettings
$(".selector").c1gridview("option", "pagerSettings", newValue);
var pagerSettings : pagerSettings;
使用例
// Display the pager at the top of the wijgrid.
$("#element").wijgrid({ pagerSettings: { position: "top" } });
解説
See the wijpager documentation for more information on pager settings.
関連トピック

参照

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