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

How to set RadSplitBar skin?

2 Answers 60 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
Vinix
Top achievements
Rank 1
Vinix asked on 26 Apr 2008, 08:43 AM
<telerik:RadSplitBar ID="RadSplitbar" runat="server" CollapseMode="None" SkinID="Telerik">

I already set the SkinID="Telerik", but nothing change.
Please tell me how to solve this probem.
Mnay thanks for your replying.

2 Answers, 1 is accepted

Sort by
0
Tsvetie
Telerik team
answered on 29 Apr 2008, 06:59 AM
Hi Liu Pei-Sen,
The RadSplitBar is a child control of the RadSplitter and it cannot be used on its own. Therefore, in order to set the Skin for the RadSplitbar or RadPane, you have to set the Skin of the RadSplitter.

<telerik:RadSplitter ID="RadSplitter1" runat="server" SkinID="Telerik">

Best wishes,
Tsvetie
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Vinix
Top achievements
Rank 1
answered on 29 Apr 2008, 08:53 AM
It works. Thank you very much.
Tags
Splitter
Asked by
Vinix
Top achievements
Rank 1
Answers by
Tsvetie
Telerik team
Vinix
Top achievements
Rank 1
Share this question
or