ComponentOne GridView for ASP.NET WebForms
Quick Start / Step 3 of 3: Running the Application
In This Topic
    Step 3 of 3: Running the Application
    In This Topic

    In the previous steps of the quick start you created a simple grid application, bound the grid to a datasource, and customized the grid's appearance and behavior. In this step you'll run the grid application and explore some of the run-time interactions possible with the C1GridView control.

    Complete the following steps to continue:

    1. In Visual Studio, select Debug | Start Debugging to run your application.
      The grid will look similar to the following at run time:
    2. Sort a column, by clicking in a column's header. In the following image.
    3. Move a column by clicking on a column header once and dragging it to another location in the grid's header.
    4. Page forward in the grid, by clicking once on a number page indicator at the bottom of the grid.

    Congratulations! You've completed the C1GridView quick start. If you'd like to continue exploring GridView for ASP.NET Web Forms, see the Samples and take a look at the Task-Based Help topics.

    See Also