Anthony, To do this kind of thing, you'll need to tap into the underlying Ext library used by cfgrid. I have a rough example of this sort of thing in the depths of this post:
http://blog.cutterscrossing.com/index.cfm/2007/11/30/CF8-Ajax-Grid-Renderers-and-Events You can also find a log of information just by going over the Ext JS API browser for that version (1.1): http://extjs.com/deploy/ext-1.1.1/docs/ Steve "Cutter" Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer Co-Author of "Learning Ext JS" http://www.packtpub.com/learning-ext-js/book _____________________________ http://blog.cutterscrossing.com Anthony Tietjen wrote: > I would like to call a custom javascript function when clicking on a cell in > an cfgrid (of html format). The closest thing I can find is to use the > HREF="" attribute, but it doesn't seem to work with javascript inside it. > > Simple example: > > <cfgridcolumn name="Foo" header="Foo" href="javascript:customFunction(ID);"> > > Do I need to tap into the underlying functionality of Ext JS? If so, where > should I start? > > Thanks! > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319124 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

