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

How to give background color of redpanelbar control

3 Answers 62 Views
Panelbar (obsolete as of Q2 2010)
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Robert Willis
Top achievements
Rank 1
Robert Willis asked on 16 Jun 2010, 04:25 PM
Hi
How to give radPanelbar backcolor as suggest in attached document in the telerik window control version (2010.1.10.504).
because in previous version(2010.1.10.409) by default .

3 Answers, 1 is accepted

Sort by
0
Boryana
Telerik team
answered on 17 Jun 2010, 04:00 PM
Hello Robert Willis,

Thank you for contacting us.

To set the BackColor property of the RadPanelBarGroupElement you can use the following approach:

LightVisualElement lve = ((LightVisualElement)(this.radPanelBarGroupElement1.Children[0]));
lve.GradientStyle = GradientStyles.Gel;
lve.BackColor = Color.Red;
lve.BackColor2 = Color.Orange;

I hope you find this helpful.

Do not hesitate to get back to me if you have further questions.

Regards,
Boryana
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.
0
Robert Willis
Top achievements
Rank 1
answered on 24 Jun 2010, 01:07 PM
it's not work for me, i am not able to replace white backgroud of radPanelbar with provided code.
Please give me another suggestion.
0
Boryana
Telerik team
answered on 29 Jun 2010, 04:39 PM
Hi Robert Willis,

The fact that the provided solution does not work implies that your application creates specific circumstances that affect the behavior of RadPanelBar. For this reason I would like to ask you to send us a sample project that reproduces your issue. Once we are able to observe and analyze your case, we will provide you with an adequate solution.

Please note that you should open a new Support Ticket in order attach files. To open a new Support Ticket please choose Your Account >> Support Tickets >> Support Ticket.

I am looking forward to your reply.

All the best,
Boryana
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
Panelbar (obsolete as of Q2 2010)
Asked by
Robert Willis
Top achievements
Rank 1
Answers by
Boryana
Telerik team
Robert Willis
Top achievements
Rank 1
Share this question
or