Spread ASP.NET 17
Spread for ASP.NET 17 Product Documentation / Developer's Guide / Customizing User Interaction / Customizing Interaction with Rows and Columns / Setting up Preview Rows
In This Topic
    Setting up Preview Rows
    In This Topic

    You can display a preview row to provide more information about a record. The preview row is displayed below the row it provides information for. You can specify colors and other formatting for the preview row as well. The gray rows in the following picture are preview rows.

    Preview Row

    Use the Edit Template verb at design time to create a preview template.

    Set the PreviewRowVisible property to true in order to see the preview row. Use the PreviewRowColumnIndex property to specify which column’s text you wish to see in the preview row. You can use the PreviewRowStyle property to provide additional formatting using a style element. Or you can set various properties for the PreviewRowStyle such as BackColor, Border, Font, and so on.

    The API members involved in this feature include:

    Using Design Settings

    1. Click on Edit Templates from the Spread smart tag.
    2. Select Preview Row Template from the drop-down.
    3. Drag the a control from the Visual Studio toolbox to the edit template area or use a default template.
    4. Set colors or other properties.
    5. Select End Template Editing when you are done editing the template.