Skip to main content
A newer version of this page is available. .

Grid Designer

The ASPxVerticalGrid control provides a powerful design-time Designer tool that allows you to customize grid settings. The Designer provides access to the grid properties that are related to the most commonly used features.

The main benefits provided by the designer are listed below. They make customization intuitive, convenient and quick.

  • Quick access to collections

    A quick access to the grid’s internal collections (such as: rows, client-side events, summary items, etc.) editor.

  • Feature-related groups of settings

    All listed settings are organized in logical groups related to the most often used grid features. This lets you find the necessary settings quickly and effectively.

  • Integrated descriptions

    An interactive description of each feature group gets you familiar with the core concepts and provides context links to the important properties and related collections.

ASPxVerticalGrid-Designer

To invoke the designer, use one of the following approaches.

  • Smart Tag command

    Open your grid’s smart tag and click the Designer command.

    ASPxVerticalGrid-SmartTag-Designer

  • Context Menu command

    Right-click the grid and click Designer

    ASPxVerticalGrid-Designer-ContextMenu

  • Properties Window command

    In the Properties window, click the Designer command.

    ASPxVerticalGrid-PropertyWindow

Note

The Designer does not apply changes until you click the OK button. You can also click Cancel to discard all modifications and exit

See Also