ComponentOne GridView for ASP.NET WebForms
Task-Based Help / Using the Property Builder / Adding Columns Using Property Builder
In This Topic
    Adding Columns Using Property Builder
    In This Topic

    Using the C1GridView Properties dialog box, you can also add and remove columns and determine the types of columns to display. Available column types include:

    To add columns, complete the following steps:

    1. Right-click C1GridView control and select Show Smart Tag from the context menu. Select Property builder from the C1GridView Tasks menu. The C1GridView Properties dialog box appears.
    2. Click the Columns tab in the left pane. For more information about the Columns tab, see the Columns tab topic.
    3. Under Column List, select the desired column from the list of Available columns.
    4. Click the arrow button between the column lists to create a column under the list of Selected columns. In the image below a HyperLink column was added:

    Note: When the check box next to Create columns automatically at run time is selected (default), bound columns are automatically created. If you deselect the box, you must manually create columns.
    See Also