:: Forum >> Version 1 >>
how do i color a particular column in a different color
Hi ,
I want to have a different color in a particular column.
Is there a way i can do that?
Bhushan
Thursday, August 4, 2005
Hi,
I got the solution...
Just add this line to the code.
It sets the 1st column's background to red.
obj.getColumnTemplate(1).setStyle("background", "red");
Bhushan
Saturday, August 6, 2005
Or... of course, you could do it using the style itself:
.active-column-6 {width:90px; background-color:#aa0000}
brians
Monday, August 8, 2005
This topic is archived.
Back to support forum
Forum search