ComponentOne GridView for ASP.NET WebForms
In This Topic
    c1detailgridview jQuery Widget
    In This Topic
    Syntax
    var options; // Type:  jQuery.wijmo.c1detailgridview.options
    
    // Create a new c1detailgridview widget
    $(".selector").c1detailgridview(options);
    
    // Get a previously created c1detailgridview widget instance
    var widgetInstance; // Type:  jQuery.wijmo.c1detailgridview
    widgetInstance = $(".selector").data("wijmo-c1detailgridview");
    function c1detailgridview() : any;
    Browser Compatibility
    8
    5
    5
    See Also