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

Change the Cursor type for leaf nodes

1 Answer 59 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Nataraj Vedula
Top achievements
Rank 1
Nataraj Vedula asked on 05 Nov 2008, 02:48 PM
Hi,

I have used a Rad tree in my application. I used skin "Web20" for the tree control.
For all leaf nodes on mouse hover i want to changed the mouse cursor type. How can i do this?

Also how can i know default css setting applied on a rad tree view for a parrticular skin? Is this documented any where so that i can customize them as i want.

Please provide me some information on the above.

Thanks,
Nataraj

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 06 Nov 2008, 06:00 AM
Hi,

Try the following approach to change the cursor type.

ASPX:
<style type="text/css" > 
     
     .RadTreeView_Web20 .rtHover .rtIn 
     { 
      cursor:crosshair !important; 
       
     } 
</style > 

You can also refer the following help articles.
Understanding the Skin CSS File
Controlling Appearance

Thanks
Shinu.
Tags
TreeView
Asked by
Nataraj Vedula
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or