Answered
CFGRID: Attaching an add button
I am currently running Coldfusion 8 and I've been trying to
use cfgrid to write a database manipulator. The problem I am
experiencing is I use:
insert="yes"
insertButton="Add"
But when I run the code the "Add" button does not display and I can not perform an insert into the database. Everything I've seen online says this should work but I am at a loss for why it isn't. Any suggestions would be great!
insert="yes"
insertButton="Add"
But when I run the code the "Add" button does not display and I can not perform an insert into the database. Everything I've seen online says this should work but I am at a loss for why it isn't. Any suggestions would be great!