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
Hello Amar,
Thank you for contacting Infragistics Support!We are currently looking into this matter and will keep you posted of any available information.Please do not hesitate to contact us with any updates or additional questions regarding this scenario in the meantime.
Hello Amar,please find attached a sample, that puts image to the node of the tree on click.
Currently I'm researching why HoverCssClass does not work properly and will keep you posted about that later.
As a temporary solution for changing the font color and text underline on hover I can suggest you to use a.igdt_Node selector as follows:
a.igdt_Node:hover{ padding: 2px; color: Orange; text-decoration: underline; }
If you have additional questions, please don't hesitate to ask.