I am trying to migrate to WebDataTree (V12.1) control from UltraWebTree. In the previous release in case the node text didn’t fit in the tree area – tree become wider. WebDataTree keeps the width and the node wraps to the other line.
Is it possible to archive the same behavior in WebDataTree (no node wrapping)?
hey,
if you remove the Width property of the WebDataTree, you won't experience this behavior. Let me know if this helps.
Thanks,
Angel
on the other hand, if you keep the width, and have longer node texts, you will see a horizontal scrollbar for the control - the text won't wrap.
Thanks
Hello Maya.
Thanks for the sample. I made only one change in web.config: styleSetName="Office2007Black"
The problem is still there:
Hello MPilger ,
I’ve tested this with that style on Ie9. However I was not able to reproduce this. Please refer to the attached screenshot.
Let me know if perhaps there’s something else that needs to be changed from the attached sample in order to reproduce this.
Best Regards,
Maya Kirova
Developer Support Engineer II
Infragistics, Inc.
http://ko.infragistics.com/support
Whole solution:
I’ve looked further into this and it seems that the issue is due to a difference in the css files.
In newer version the css files have been modified .I’m attaching the Office2007Black style from the latest Service release for 12.1: 12.1.20121.2209
Please upgrade your version to the latest Service release version, change the references in your project to point to the new version , then delete that style from your ig_res folder. After you can select the WebDataTree in design view and view its properties in the Properties tab and from the StyleSetName property click “import”. Then select the Office2007Black so that the tree can add the new style in the ig_res folder.
You can download the latest service release for your version by following these steps:
1) Go to http://ko.infragistics.com/ and log in with your account.
2) Select “Account”. This will open the “My keys and downloads” page.
3) Select your product
4) Select the “Service releases” tab .
Here you will find the latest service release available for download.
Let me know if you have any questions.
That was it, thank you very much.