CFGRIDCOLUMN

Used with CFGRID in a CFFORM, you use CFGRIDCOLUMN to specify individual column data in a CFGRID control. Font and alignment attributes used in CFGRIDCOLUMN override any global font or alignment settings defined in CFGRID.

Syntax

<CFGRIDCOLUMN NAME="column_name"
    HEADER="header"
    WIDTH="column_width"
    FONT="column_font"
    FONTSIZE="size"
    ITALIC="Yes" or "No"
    BOLD="Yes" or "No"
    HREF="URL"
    HREFKEY="column_name"
    TARGET="URL_target"
    SELECT="Yes" or "No"
    DISPLAY="Yes" or "No"
    TYPE="type"
    HEADERFONT"font_name"
    HEADERFONTSIZE="size"
    HEADERITALIC="Yes" or "No"
    HEADERBOLD="Yes" or "No"
    DATAALIGN="position"
    HEADERALIGN="position"
    NUMBERFORMAT="format">
NAME

Required. A name for the grid column element. If the grid uses a query, the column name ...

Get Sams Teach Yourself ColdFusion® in 21 Days now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.