|
Grid data is submitted in a CFFORM as form variables, depending on the value of the SELECTMODE attribute as follows:
- When SELECTMODE="Single", grid data is returned as grid_name.selectedname and the value of the selected cell.
- When SELECTMODE="Column", grid data is returned as a comma-separated list of all the values for the selected column.
- When SELECTMODE="Row", grid data is returned as grid_name.colum1_name and grid_name.column2_name and their respective values for the selected row.
- When SELECTMODE="Browse", no selection data is returned.
|
|