Hi ...
how can I change the font colour of a specific cell in the code, I know I can do this in the wpf version , is it possible in the silverlight version?? ..
Thanks
Wisam
1 Answer, 1 is accepted
0
Nedyalko Nikolov
Telerik team
answered on 19 Nov 2009, 04:08 PM
Hi Wisam Mahdi,
You can use RowLoaded event to get every cell for which you want to change the foreground color. The example code below changes foreground of all cells that belongs to a "LastName" column.