ComponentOne GridView for ASP.NET WebForms
jQuery.wijmo.c1gridview Namespace / options type / showFilter Option
In This Topic
    showFilter Option
    In This Topic
    A value indicating whether the filter row is visible. Filter row is used to display column filtering interface.
    Syntax
    // Get value
    var value; // Type:  boolean
    value = $(".selector").c1gridview("option", "showFilter");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").c1gridview("option", "showFilter", newValue);
    var showFilter : boolean;
    Example
    // Set showFilter to true to view the filter row.
    $("#element").wijgrid({ showFilter: true });
    Browser Compatibility
    8
    5
    5
    See Also