cfgridcolumn bgcolor

2010-05-17 Thread Chad Baloga

I am displaying a cfgrid from a bind and need certain rows to be a certain 
color.  I am trying: bgColor=(C1 EQ K?red:black) but doesn't seem to work. 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:333759
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: cfgridcolumn bgcolor

2010-05-17 Thread Cutter (ColdFusion)

Untested: Wouldn't it have to be bgColor=#(C1 EQ K?red:black)#? (you 
might have to use the hexadecimal color too)

Steve Cutter Blades
Adobe Community Professional - ColdFusion
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



Chad Baloga wrote:
 I am displaying a cfgrid from a bind and need certain rows to be a certain 
 color.  I am trying: bgColor=(C1 EQ K?red:black) but doesn't seem to work. 

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:333763
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm