You can certainly bind to a grid - what I haven't tried is doing it in a select. Try it and let us know.
If it doesn't work with a simple bind=, then consider using cfajaxproxy with bind. You can tell the tag to run a JS function when th egrid changes. The JS function then could simply update the drop down. On 8/31/07, Will Swain <[EMAIL PROTECTED]> wrote: > Hi, > > Mucking about with the ajax stuff in CF8. > > I have a grid with a binding to a cfc. The grid is populated with a list of > book names. All works great. > > I have another form, with cfinputs that are bound to the grid selected row. > These display values like ISBN number, price, publisher, author etc, and I > want them to be editable. > > I want to pull all the authors from the database, populate a cfselect with > them and then bind the selected value to the grid above. Is that possible? > > Thanks > > Will > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Check out the new features and enhancements in the latest product release - download the "What's New PDF" now http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:287551 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

