I am working on the same thing right now. I have success getting the checkbox to show up. That much is no problem. The way I am doing it is by using QueryNew/QuerySetCell to create a query that I send back to the CFGRID via binding to a CFC. Here is how I am creating my checkbox:
<CFSET QuerySetCell(searchResults, "test","Complete: <input type=checkbox name=install_complete_date value=#dateformat(now(),"mm/dd/yyyy")# onClick=form.submit();>)> I want to set it up so that when the checkbox is checked, the form is submitted automatically. Unfortunately, when the checkbox is checked, the form does submit, but I am getting a mysterious Error: The submitted cfgrid form field is corrupt (name: __CFGRID__CFFORM_1__FIRSTGRID value: __CFGRID__COLUMN__=ROW; __CFGRID__DATA__=5; ... I have no idea what this is about or why its happening. Anyone have any guesses? I think I have alot to learn about CFGRID. Thank you. >I did get the checkbox to showup, however, it initally shows a "true" or >"false" in the column rather than a checkbox. Upon clicking the cell >three times, a checkbox finally appears, and can then be changed using >ajax/cfc. > >I ended up doing a flash grid...i think this may be a bug with HTML >bound grids. > >Chris Martin > > > >Shy Boy wrote: >> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Enterprise web applications, build robust, secure scalable apps today - Try it now ColdFusion Today ColdFusion 8 beta - Build next generation apps Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:287909 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

