Lets you define a cfgrid that does not use a query as source for row data. If a query attribute is specified in cfgrid, the cfgridrow tags are ignored.
Other
<cfgridrow data="String"/>
[] = Optional attribute
| Name | Type | Required | Default | Description |
| data | String | Yes | A comma-separated list of column values. If a column value contains a comma character, it must be escaped with a second comma character. |