0
adding select box in CFgrid
Explorer
,
/t5/coldfusion-discussions/adding-select-box-in-cfgrid/td-p/2683314
May 05, 2010
May 05, 2010
Copy link to clipboard
Copied
Hi,
like datagrid in dotnet,is it possible to add selectbox in cfgrid and also capturing events of selectbox.
Advance Thanks,
TOPICS
Advanced techniques
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Beginner
,
LATEST
/t5/coldfusion-discussions/adding-select-box-in-cfgrid/m-p/2683315#M118643
May 07, 2010
May 07, 2010
Copy link to clipboard
Copied
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.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

