Hi,
in my windows application ,i have a datagrid with 3 columns ,like this:
Name Surname Sex
JULIA HILL F
BRAD MOON M
TOM PASCAL M
..
..
and i want to set rows color of datagrid conditionally
e.g
if sex="M"
rowcolor="blue"
else
rowcolor="red"
Printable View
Hi,
in my windows application ,i have a datagrid with 3 columns ,like this:
Name Surname Sex
JULIA HILL F
BRAD MOON M
TOM PASCAL M
..
..
and i want to set rows color of datagrid conditionally
e.g
if sex="M"
rowcolor="blue"
else
rowcolor="red"
Hi
Read this FAQ http://www.syncfusion.com/FAQ/WinFor...c44c.asp#q745q
Regards
Jorge
PS : This question has been many times before did you search the forum?