ComponentOne Extender Controls for ASP.NET Web Forms
Wijmo Control Toolkit Extender Controls / C1Grid Extender / C1GridExtender Tutorial / Step 1 of 3: Adding a C1GridExtender to the Page
In This Topic
    Step 1 of 3: Adding a C1GridExtender to the Page
    In This Topic

    In this topic you add some content to a Table control and associate a C1GridExtender control with it to create a grid.

    1. In your Web application, add a standard Data.GridView control to the main content of  your page.
    2. Click the GridView smart tag and select Add Extender from the Table Tasks menu.
    3. In the Extender Wizard, select C1GridExtender and click OK. A C1GridExtender control is added to the page and the TargetControlID is set to GridView1.

    <cc1:C1GridExtender ID="GridView1_C1GridExtender" runat="server" AlwaysParseData="False" ShowFooter="False" TargetControlID="GridView1">

        </cc1:C1GridExtender>

    In the next step you will bind the C1GridExtender to a data source.