ComponentOne Extender Controls for ASP.NET Web Forms
Wijmo Control Toolkit Extender Controls / C1Grid Extender / C1GridExtender Tutorial / Step 3 of 3: Customizing the Grid
In This Topic
    Step 3 of 3: Customizing the Grid
    In This Topic

    In this topic you will set grid properties to allow columns to be moved and filtered.

    1. Select the markup for the C1GridExtender.
    2. In the Properties window, set the AllowColMoving property to True.
    3. Set the ShowFilter property to True. The markup will look like the following:

    <cc1:C1GridExtender ID="GridView1_GridExtender" runat="server"

            TargetControlID="GridView1" AllowColMoving="True" ShowFilter="True" >

        </cc1:C1GridExtender>

    Now run the project to see the grid.