ComponentOne GridView for ASP.NET WebForms
jQuery.wijmo.c1gridview Namespace / options type / callbackSettings Option
In This Topic
    callbackSettings Option
    In This Topic
    Syntax
    // Get value
    var value; // Type:  jQuery.wijmo.c1gridview.options.callbackSettings
    value = $(".selector").c1gridview("option", "callbackSettings");
    
    // Set value
    var newValue; // Type:  jQuery.wijmo.c1gridview.options.callbackSettings
    $(".selector").c1gridview("option", "callbackSettings", newValue);
    var callbackSettings : callbackSettings;
    Browser Compatibility
    8
    5
    5
    See Also