Question
cfgridcolumn select breaks table
I'm using a cfgrid to make a table. If I put in a select = no statement like:
<cfgridcolumn name = "bedNum" header = "Room" headerAlign = "center" width = "75" select = "no">
it returns an error:
Invalid data for CFSQLTYPE CF_SQL_INTEGER.
As soon as I take it out, the grid works fine when I submit an update of a row. All i'm trying to do is not allow users to edit certain fields that are in the table but be able to alter others.
