This is a migrated thread and some comments may be shown as answers.

How can I change font/color/backcolor and other graphic properties Telerik RAD Grid for WinForms.

1 Answer 163 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Stasya
Top achievements
Rank 1
Stasya asked on 13 May 2010, 11:26 AM
Hi,
 
I'm using Telerik RAD Grid for WinForms.
How can I change font/color/backcolor and other graphic properties at design time?
I want to set background color for some whole row or single cell or whole column at design time.
I tried using and customizing themes but unsuccessfully
 
Thanks.

1 Answer, 1 is accepted

Sort by
0
Jack
Telerik team
answered on 17 May 2010, 03:52 PM
Hi Stasya,

Unlike other TPF controls, RadGridView is a dynamic control which creates its element at runtime. It uses virtualization and only the rows and cells that are currently visible have corresponding visual elements. That's why you can't customize specific row properties at design time. You have two options:

1. You can use the Visual Style Builder and modify any existing theme.
2. You can handle CellFormatting and RowFormatting events and change to customize the appearance with code.

If you need further assistance with this, please specify in detail the desired appearance and behavior. I will be glad to help further.

Sincerely yours,
Jack
the Telerik team

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.
Tags
General Discussions
Asked by
Stasya
Top achievements
Rank 1
Answers by
Jack
Telerik team
Share this question
or