Skip to main content
Inspiring
May 5, 2010
Question

adding select box in CFgrid

  • May 5, 2010
  • 1 reply
  • 1246 views

Hi,

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

Advance Thanks,

This topic has been closed for replies.

1 reply

Participant
May 7, 2010

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.