I have never used cfgrid before, and I have followed the  coldfusion mx 7 
documentation examples, and I have read through some articles on the 
macromedias developer community on using cfgrid but I am still having an issue. 
 I'm query test data, and would like to have it editable in the cfgrid.  The 
form gets generated but none of the data returned by the query shows up in the 
grid.  Here is my code.


<cfquery datasource="test" name="list">
        select * from list
</cfquery>
<cfform format="flash">
        <cfgrid format="flash" name="List" query="list" selectmode="edit">
        </cfgrid>
</cfform>

If I do a cfdump of the query I see all the data it is just not showing up in 
the grid.  I'm not sure if i'm missing something or what is going on.  If 
anyone can help I would really appreciate it.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Upgrade to Adobe ColdFusion MX7 
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs 
http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

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

Reply via email to