Page 1 of 1

Color individual line DG

Posted: Tue Sep 23, 2014 9:15 am
by link76
hello,

In my table datagird, I would you like to color a individual line, es:

Code: Select all

set the foregroundColor of line 3 of group "mydagrid" to "red"

.... 
thanks

Re: Color individual line DG

Posted: Tue Sep 23, 2014 10:32 pm
by dunbarx
Hi.

Datagrids don't quite work that way, though your attempt was sensible. Read page 165 in the DG User Guide. The controls and behaviors that comprise a DG require more effort than that of simple controls, like a field, where your code would have indeed worked.

It takes practice.

Craig Newman