CFGRID in CF8 cannot get links with dynamic variable to work

2007-12-29 Thread Michael Grove
I am trying to us a CFgrid, Format HTML using a CFC and Bind. The grid renders fine, but I want to include a few columns that either display a small image or a static X. Each of these columns should point to a specific url and pass the parameter. First off I cannot figure out for the life of me

Re: CFGRID in CF8 cannot get links with dynamic variable to work

2007-12-30 Thread Cutter (CFRelated)
You can find some info on this at this post: http://blog.cutterscrossing.com/index.cfm?mode=entry&entry=924FD535-3048-71C2-1732C7C676604ABE Steve "Cutter" Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer _ http://blog.cutterscrossing.co

Re: CFGRID in CF8 cannot get links with dynamic variable to work

2007-12-30 Thread Philip Hayes
Michael- I'm interested in this if you find a solution. I tried something like that before finally giving up and taking the easy way out. Phil On Dec 29, 2007, at 2:22 PM, Michael Grove wrote: I am trying to us a CFgrid, Format HTML using a CFC and Bind. The grid renders fine, but I want

Re: CFGRID in CF8 cannot get links with dynamic variable to work

2007-12-30 Thread Azadi Saryev
if the #productid# var you are trying to pass as url var is the same as returned in the productid query column - do not pass your own url var then. use the hrefkey attribute of cfgridcolumn instead (you have it in there already as i see). but keep in mind that it adds a HREFKEY url var, not prod