/t5/coldfusion-discussions/delete-button-in-cfgrid/td-p/843827Dec 04, 2008
Dec 04, 2008
Copy link to clipboard
Copied
I am attempting to use the CFGRID tag on a ColdFusion 8
Server. I have set the format attribute to HTML and have it binding
to a cfc. I have set the onChange attribute to a cfc method.
SelectMode is set to edit and the Delete attribute is set to yes.
The data grid does allow me to edit the records and
successfully updates. The issue is that I can not delete rows. I
don't see a delete button at all. I feel like I am missing
something very simple.