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

RadTreeView Customize

1 Answer 44 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
karthic chandran
Top achievements
Rank 1
karthic chandran asked on 02 Aug 2011, 12:49 PM
Hi Friends,

I'm facing a problem in Rad Tree View. If i Drag a Node, I need to show the Image for Node Position in Tree View.

Here i attached the image. If i drag and drop the Node as Child or Move to New Position. I'll need to give clear picture for this.


Thanks

1 Answer, 1 is accepted

Sort by
0
Plamen
Telerik team
answered on 05 Aug 2011, 03:45 PM
Hi Karthic Chandran,

Here is one possible way how you can add an image using css selectors:

.rtDropBelow, .rtDropAbove
    {
        height:20px !important;
        width:200px !important;
       
        background-image: url('arrow.png') !important;
       background-repeat: no-repeat;
    }

Hope this helps.

Kind regards,
Plamen Zdravkov
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
karthic chandran
Top achievements
Rank 1
Answers by
Plamen
Telerik team
Share this question
or