This works like any normal select field, passing you the actual value of 
the selected item, not the display value (unless they're the same).

Steve "Cutter" Blades
Adobe Certified Professional
Advanced Macromedia ColdFusion MX 7 Developer
_____________________________
http://blog.cutterscrossing.com

John Bliss wrote:
> I have a cfgrid bound to a cfc.  It'll have one (and only one) editable 
> column, ActiveStateID, which will be a select box on each row.  My attempt to 
> do this includes:
> 
> <cfgrid selectmode="edit" format="html" [snip] >
>        <cfgridcolumn name="ActiveStateID" header="State" select="yes"
> display="yes" values="1,2,3" valuesdisplay="Active,Enabled,Paused">
>        [snip]
> </cfgrid>
> 
> The problem is that this gives me an ActiveStateID column containing the 
> integer values of the foreign key (1, 2, or 3) instead of select boxes with 
> Active, Enabled, and Paused and the correct option selected.
> 
> I found this:
> 
> http://cfsilence.com/blog/client/index.cfm/2006/6/12/CFGRID-Cell-Renderer--ComboBox-Select
> 
> ....but that only works for Flash forms/grids.
> 
> Ideas...? 
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:312904
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to