ComponentOne Extender Controls for ASP.NET Web Forms
Wijmo Control Toolkit Extender Controls / C1Grid Extender / Grid Extender Adding Grid Filters
In This Topic
    Grid Extender Adding Grid Filters
    In This Topic

    The C1GridExtender control supports supports adding a filter bar to the top of the grid so that users can filter the grid at run time. To allow users to filter the grid's columns at run time, simply set the ShowFilter property to True. For example, with the following markup:

    <cc1:C1GridExtender runat="server" ID="GridExtender1" TargetControlID="demo" ShowFilter="true">

    At run time, enter values in the filter bar to filter the grid.