Em Thu, 03 Jul 2008 07:56:48 -0300, Geoff Callender <[EMAIL PROTECTED]> escreveu:

...try putting a div in a t:parameter and varying the div's class, eg.

Why don't you use pure CSS? If the objects in your Grid have a "name" property, for example, its cell is generated with <td class="name">. Thus, you just need to define a rule like this in you CSS file:

table.t-data-grid td.name {
        background-color: red;
}

Thiago

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to