Hi,
I have a Web Application which was developed on Dot Net Framework 1.1 and Infragistics 5.1. Later it was migrated to Dot Net Framework 3.0 and Infragistics 8.2.
But I am getting a problem with UltrawebTree Scroll Bar after migrating.
Scrollbar was showing fine before migrating.
After migrating if last node is expanded in the tree (my web tree has three parent nodes), then the scrollbar is getting displaced to the left, because of which some white space is getting generated unnecessarily.
Please refer the attached screenshots.
Please provide us some solution for this.
Thanks in advance.
HI Grakgem,
After looking at the screen shot I would like to take a closer look at the code that generates the tree. Please provide me the source for the aspx code for the page and any styles applied to the page so that I may test the behavior at my end.
Bhadresh
Thanks for your reply Bhadresh.
Please find the attached aspx code for the ultrawebtree. The source code is same before and after migration. (Migration done from Visual Studio 2005 to 2008 and Infragistics 5.1 to 8.2)
Could you please provide a solution and help us out.?
Hi Grakgem,
Thanks for the source code please provide me the doc type you are using so I may test this at my end.
I have put together a sample using the doc type and code you provided. The sample does not add the white space you image is displayed when the last node is expanded.
I have attached the sample project I used to test this. Please test this project on your PC; whether or not it works correctly that may help to indicate the nature of this problem.
If the project does not work correctly, this indicates either a problem possibly specific to your environment, or a difference in the DLL versions we are using. I have tested the sample using IE 7.0, Windows XP, and version 8.2.20082.1000 of NetAdvantage for .NET’s ASP.NET toolset.
If this sample project is not an accurate demonstration of what you're trying to do, please feel free to modify it and send it back, or send a small sample project of your own if you have one.
Please let me know if I may be further assistance.
Hi Bhadresh,
Thanks for the reply. Here's the information you asked for.
<! DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
Please check and let us know.