jQuery.wijmo.c1gridview Namespace > options type : scrollingSettings Option |
// Get value var value; // Type: jQuery.wijmo.c1gridview.options.scrollingSettings value = $(".selector").c1gridview("option", "scrollingSettings"); // Set value var newValue; // Type: jQuery.wijmo.c1gridview.options.scrollingSettings $(".selector").c1gridview("option", "scrollingSettings", newValue);
var scrollingSettings : scrollingSettings;
// The horizontal and vertical scrollbars are active when the scrollMode is set to both. $("#element").wijgrid({ scrollingSettings: { mode: "both" } });