> > Yeah. Just like you would do with SELECT or CFSELECT, as in:
> >
> > <SELECT NAME="DeptAbbrev">
> > <cfoutput query="departments">
> > <option
> > value=#abbrev#>#trim(dept)#</option></cfoutput></select>
> >
> > I can't find anything to indicate something like this is
> > possible. I guess maybe the question is whether you can nest
> > a SELECT field within a CFGRID.
>
> Oh, you want to actually nest a select within a cfgrid?  No, I do not
> believe you can do this.  Possibly in a CFGRID that you are manually
> creating, rather than creating from a query. 

The Java applet used by CFGRID doesn't support this. I'd guess that there
are third-party Java applets available that do, however. You could use one
of those instead, but you'd have to populate the data with your own CFML
code.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
------------------------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]

Reply via email to