You can achieve your goal using HtmlAttributes method of each column to apply required styles. For instance you can achieve your goal with the following code snippet:
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items.
I've seen that there's some support for Data Annotations. Would it be feasible to mark up my model with a custom annotation so that my string format and html attributes are applied automagically?