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

RadTreeView unable to find skin 'Arrows/3DBlue'

0 Answers 46 Views
SkinManager
This is a migrated thread and some comments may be shown as answers.
ashishpandey21jan
Top achievements
Rank 1
ashishpandey21jan asked on 26 Oct 2015, 12:24 PM

We are using telerik old version which was using dll of rad controls.Now we are upgrading these controls to latest version of telerik and getting more code issue which was not working .

My following code is not working , So please let us know How we can fixed this issue.​

Telerik.Web.UI.RadTreeView was unable to find an embedded skin with the name '~/RadControls/TreeView/Skins/Arrows/3DBlue'. Please, make sure that the skin name is spelled correctly and that you have added a reference to the Telerik.Web.UI.Skins.dll assembly in your project. If you want to use a custom skin, set EnableEmbeddedSkins=false.

<telerik:RadTreeView ID="rtvTopLeftPatientMenu" Skin="Arrows/3DBlue" 
                            runat="server" OnNodeClick="rtvTopLeftPatientMenu_NodeClick" 
                            BeforeClientToggle = "BeforeToggleHandler" BeforeClientClick = "BeforeClientClick" >
 </telerik:RadTreeView>​​

No answers yet. Maybe you can help?

Tags
SkinManager
Asked by
ashishpandey21jan
Top achievements
Rank 1
Share this question
or