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

RadTreeView Skin Propert

1 Answer 16 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Neda
Top achievements
Rank 1
Neda asked on 25 Oct 2011, 12:47 PM
hi

I am using the latest version of radtreeview i have problem with this skin propery ,i set the skin property to for example "Telerik" it shows the tree in correct form but , from where treeview reads the skin , i have not copy skins any where , or pleasse explain how I should set the skin path of Rad TreeView .this is my tree view below

                   <telerik:RadScriptManager ID="ScriptManager1" runat="server" EnableScriptCombine="False" />
                        <telerik:RadTreeView ID="TreePicGroup" runat="server" Skin="Telerik" DataFieldID="ID"
                            DataFieldParentID="ParentID" DataTextField="Title" CheckBoxes="true"
                            OnNodeClick="treeRole_NodeClick" onnodedrop="treeRole_NodeDrop"
                            EnableDragAndDrop="True" >
                        </telerik:RadTreeView>

Thanks

1 Answer, 1 is accepted

Sort by
0
Plamen
Telerik team
answered on 25 Oct 2011, 04:22 PM
Hello Neda,

The skins are built in the skin assembly. You can read more in this blog post.

All the best,
Plamen Zdravkov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
TreeView
Asked by
Neda
Top achievements
Rank 1
Answers by
Plamen
Telerik team
Share this question
or