| Wijmo Control Toolkit Extender Controls > Gauge Extenders > C1Grid Extender > C1GridExtender Tutorial > Step 1 of 3: Adding a C1GridExtender to the Page |
In this topic you add some content to a Table control and associate a C1GridExtender control with it to create a grid.
<wijmo:C1GridExtender ID="GridView1_C1GridExtender" runat="server" AlwaysParseData="False" ShowFooter="False" TargetControlID="GridView1">
</wijmo:C1GridExtender>
In the next step you will bind the C1GridExtender to a data source.