ComponentOne GridView for ASP.NET WebForms
jQuery.wijmo.c1gridview Namespace / options type / scrollingSettings Option
In This Topic
    scrollingSettings Option
    In This Topic
    Determines the scrolling settings.
    Syntax
    // 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;
    Example
    // The horizontal and vertical scrollbars are active when the scrollMode is set to both.
    $("#element").wijgrid({ scrollingSettings: { mode: "both" } });
    Browser Compatibility
    8
    5
    5
    See Also