This question is locked. New answers and comments are not allowed.
Hello Friends ,
I m working on silverlight 3.0 beta version. I m using RadGridview.
I have a RadGridview with itemsource as list. with certain content.
now depending on new content in the list i need to display as bold in RadGridview.
like i need to display the mails in Inbox in a RadGridview... which has both read and unread mails ..if the mail is unread i need to display that Row content
as Bold ..Is this possible?????
In my each record contain "status" field, its contain "False" or "True" value, False-mean unread msg and True-mean read msg
as anyone explain this to me.
Thanx in advance,