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

adding select box in CFgrid

Explorer ,
May 05, 2010 May 05, 2010

Hi,

like datagrid in dotnet,is it possible to add selectbox in cfgrid and also capturing events of selectbox.

Advance Thanks,

TOPICS
Advanced techniques
1.2K
Translate
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
Community Beginner ,
May 07, 2010 May 07, 2010
LATEST

not sure about capturing events, but here's a

sample bit of code for adding select drop-down:

<!--- sample select, i.e.drop-down box --->
    <cfgridcolumn name="Fee" header="Fee" select="yes" values="10,15,20,25" valuesdisplay="10,15,20,25">

hope that helps.

Translate
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