I tried to look for this in the old forums, but they don't seem to be working. All I get is a message saying "Program fault - command not performed". Anyway, does anyone know how to do this? I'm using NetAdvantage 2007 Volume 2 for ASP.Net.
Thanks,
Mike
mukeshwa said:1. I need to wrap text of the node.
Did you try what I suggested in this topic above? Doesn't it work for you?
mukeshwa said:2. I need to hide expander icon (+) or (-) from the tree.
Your tree is always expanded?
You may take a look here
http://forums.infragistics.com/forums/p/15687/57215.aspx#57215
It's about hiding expand icon for root element, and it wasn't supported, but the tricks described can help in your case.
node.ShowExpand property is where i would start digging.
Hi,
I am using Ultrawebtree and I having 2 issues. will you please help me to solve?
1. I need to wrap text of the node.
2. I need to hide expander icon (+) or (-) from the tree.
I am using version 9.1.20091.1015.
I appreciate for your help.
Thanks & Regards,
mukesh
Interesting approach, but I noticed that it wrapped the second line of text all the way to the left margin again, not taking into account any indentation for levels > 1. This is not optimal for our use. But it was good to see someone out there address the issue since IG doesn't seem to be able to do so.
Dan
Rumen Stankov"]I personally thought that wrapping was not possible
You know, I also thought so. I gave up after trying to solve it several months ago. But the customer was very importunate. :-)
Googling about <nobr> tag gave an answer. The full solution concerning styles was found here. But it doesn't work in IE 6, so I ended using <wbr> for it.
Also, a LOT OF information is also here, but it's more of theoretical interest as soon as solution is found.
You're welcome.
Wow, that's awesome - much appreciated. I personally thought that wrapping was not possible even with additional css/javascript coding. Thanks a lot for sharing this will certainly be appreciated by a lot of people.