Telerik GridView for Windows Forms is shipped with a rich set of themes that allow you to easily build slick interfaces with the look-and-feel of Windows Vista, Office 2007, Outlook, etc. The themes can be easily switched using a single property. Or you can build a new theme from scratch to fit your exact visual demands by using the Visual Style Builder productivity tool.
In addition to using themes, the visual
appearance of cells, rows and/or columns that match certain criteria can be changed by using the built-in conditional formatting (at both design-time and run-time). In addition, any grid cell can be styled with the Style property and
without using an event. For more information, see the following blog
post: Styling
Cells in RadGridView for WinForms.
Telerik GridView is also capable of displaying rich text formatting by using standard HTML tags, such as <i>, <b>, and <u>. This is supported on a framework level.

Top