HtmlUI and performance

Hi,

Issue: HtmlUI is slow when the html string is large.

I am using HtmlUI control to show an xml. The xml is converted into html string using xslt and that string in loaded into HtmlUI using HtmlUI.LoadFromString(). When the string is large, this method takes some time to show the contents. Additionally CSS is used for styling.

PFA sample demonstrating the behavior. Click on the 'Header' node in the tree. The content is shown in a reasonable time. Now click on the 'Fields' node. It takes some time for the content to show up.

Also, another issue is that the page is not scrolled fully i.e., when scrolled to end, the ending line of the table is not visible. Click on 'Fields' node and scroll till end, the end line of the table is not visible.

Let me know how to fix the above issues. Thanks.

Regards
Kiran

POC.UI.HtmlUI.zip

3 Replies

RA Ramu Syncfusion Team June 12, 2007 02:10 PM UTC

Hi Kiran,

I am working on this issue and will update you in next 24 hours.

Thanks,
Ramu


RA Ramu Syncfusion Team June 13, 2007 10:02 AM UTC

Hi Kiran,

Could you please create an incident in direct-Trac based on this forum?

Thank you for your interest in Syncfusion products.

Regards,
Ramu


KR Kiran Reddy June 15, 2007 07:54 AM UTC

Hi,

I have created an incident in Direct-Trac. Thanks.

Regards
Kiran

Loader.
Up arrow icon