<CFGRIDROW DATA="col1, col2, ...">
CFGRIDROW allows you to 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.
Required. A comma-separated list of column values. If a column value contains a comma character, it must be escaped with a second comma character.