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...?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the "Houston ColdFusion 
Users' Group" discussion list.
To unsubscribe, send email to [EMAIL PROTECTED]
For more options, visit http://groups.google.com/group/houcfug?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to