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,
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.