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

RadTreeView Customize

3 Answers 68 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Vinoth Arun
Top achievements
Rank 2
Vinoth Arun asked on 28 Jul 2011, 04:50 PM
Hi Ple see the Image

thanks
vinoth

3 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 29 Jul 2011, 08:47 AM
Hello Vinoth,

You can override the default CSS to achieve this.

CSS:
<style type="text/css">
 div.RadTreeView_Default .rtPlus, div.RadTreeView_Default .rtMinus
 {
  background-image: url("Images/Node.jpg");
 }
      
   div.RadTreeView_Default .rtLines .rtTop,
   div.RadTreeView_Default .rtLines .rtMid,
   div.RadTreeView_Default .rtLines .rtBot,
   div.RadTreeView_Default .rtLines .rtLast .rtTop,
   div.RadTreeView_Default .rtLines .rtFirst,
   div.RadTreeView_Default .rtLines .rtFirst .rtUL,
   div.RadTreeView_Default .rtLines .rtLI,
   div.RadTreeView_Default .rtLines .rtFirst .rtUL
   {
       background-image: none;
   }
</style>

Thanks,
Shinu.
0
Vinoth Arun
Top achievements
Rank 2
answered on 30 Jul 2011, 01:25 PM
Hi Shinu,

Thanks for the replay.
I place the style code in my page <style Area>
It is not working .. Any Idea.

thanks
0
Nikolay Tsenkov
Telerik team
answered on 01 Aug 2011, 02:10 PM
Hi Vinoth,

 Could you, please, try explaing what exactly do you try to achieve?

Regards,
Nikolay Tsenkov
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
TreeView
Asked by
Vinoth Arun
Top achievements
Rank 2
Answers by
Shinu
Top achievements
Rank 2
Vinoth Arun
Top achievements
Rank 2
Nikolay Tsenkov
Telerik team
Share this question
or