21 Nov, 2007
ColdFusion 8 HTML CFGrid href attribute with JavaScript function
Posted by: Donnie Bachan In: ColdFusion| Javascript
I was going crazy trying to figure out why my href in the cfgridcolumn tag was not working with the new CFGrid in html mode. Apparently the appendKey attribute of the CFGrid tag is set to TRUE by default and this forces the href attribute to be a valid url. If you change the appendKey [...]