| Wijmo Control Toolkit Extender Controls > Gauge Extenders > C1Grid Extender > C1GridExtender Tutorial > Step 3 of 3: Customizing the Grid |
In this topic you will set grid properties to allow columns to be moved and filtered.
<wijmo:C1GridExtender ID="GridView1_GridExtender" runat="server"
TargetControlID="GridView1" AllowColMoving="True" ShowFilter="True" >
</wijmo:C1GridExtender>
Now run the project to see the grid.