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

Skin name changed

0 Answers 25 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
ashishpandey21jan
Top achievements
Rank 1
ashishpandey21jan asked on 28 Oct 2015, 07:24 AM

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  skin's defined name issue i.e.previously which skin is used after updating dll it shows error skin name(exp. Skin="Arrows/3DBlueAppt" ) does not exits. 

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

on aspx page:

<telerik:RadTreeView ID="rtvTopTreeview" Skin="Arrows/3DBlueAppt"  AutoPostBackOnCheck="False"
                                                                                                AfterClientCheck="AfterCheck" CheckBoxes="true" runat="server" AutoPostBack="True"
                                                                                                OnNodeClick="rtvTopTreeview_NodeClick">
</telerik:RadTreeView>

On .cs page:

rtvTopTreeview.imagesBaseDir= "~/RadControls/TreeView/Skins/Arrows/3DBlueAppt";​              

 

also it shows error that rtvTopTreeview does not contain a definition of imagesBaseDir.

 

please help .

No answers yet. Maybe you can help?

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