Found the solution. Very easy!
It works for CF8, cfgrid  Format = HTML
you should have a  cfquery named: rsStatesList too read the states names..
and you know the rest.


<cfgridcolumn name="States"
 values="#ValueList(rsStatesList.StateName)#"
 select="Yes"
 header="State">

On Mon, Mar 24, 2008 at 12:37 AM, Ali <[EMAIL PROTECTED]> wrote:

> It is very cool but what can I do if I want to use a cfquery in the combo
> box. For example I have the states names in a DB table. Them how can I load
> data there?
> Thanks
> Ali
>
> On Mon, Mar 24, 2008 at 12:14 AM, Dan Vega <[EMAIL PROTECTED]> wrote:
>
> > I wrote an article about that a couple of weeks ago, this should help.
> >
> > http://www.danvega.org/blog/index.cfm/2008/3/12/Custom-Grid-Editor
> >
> > --
> > Thank You
> > Dan Vega
> > [EMAIL PROTECTED]
> > http://www.danvega.org
> >
> >
> > 

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

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301879
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