Skip to main content
Inspiring
September 15, 2008
Question

Form elements in CFGRID

  • September 15, 2008
  • 1 reply
  • 341 views
I'm trying to use checkboxes or drop-downs in a CFGRID with type="html" in edit mode. Unfortunately, the only way to make the checkbox or drop down appear is to click on the column value. I want these to display as checkboxes or drop-downs without first clicking on the value. I found one post about this, but it didn't appear that a resolution was found.
This topic has been closed for replies.

1 reply

Inspiring
September 16, 2008
Why don't you try using flash forms?
<cfgridcolumn name="checked" header="Delete" type="boolean" width="46"/>