Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
110
WebDataTree hover over and Selected node Image
posted

Hi,

 

I am trying to change fore color and underline text on hover over in WebDataTree. heres code:

.treeHoverNodeCSSClass

    { 

padding: 2px;   

color: Orange;

text-decoration: underline;     

    }   

 

and then in <NodesSettings HoverCSSClass = "treeHoverNodeCSSClass"> but nothing happened.

and I also want to change node image when user clicks nodes. Please let me know how to solve both of above issues.

 

Thanks

Amar

 

Thanks

Parents Reply Children
No Data