• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Form elements in CFGRID

Explorer ,
Sep 15, 2008 Sep 15, 2008

Copy link to clipboard

Copied

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.
TOPICS
Advanced techniques

Views

287

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Sep 15, 2008 Sep 15, 2008

Copy link to clipboard

Copied

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

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation