This is a migrated thread and some comments may be shown as answers.

RadFormDecorator performing slow in IE7

1 Answer 88 Views
Sharepoint Integration
This is a migrated thread and some comments may be shown as answers.
shikha bansal
Top achievements
Rank 1
shikha bansal asked on 04 Nov 2009, 09:27 AM
Hi,

We have developed an asp.net webpart that is integrated into the sharepoint site.
We have used Telerik RadFormDecorator in a RadAjaxPanel.
The RadAjaxPanel contains another panel whose display is made to toggle on the click of a linkbutton.
The problem is that using RadFormDecorator in my code is impacting the performance of the display of inside panel (only in IE 7.0)
The performance is fine in Firefox.
Even the characters on a button get displaced as I hover on the button in IE. This also works fine in FireFox.

Please let me know the solution to this problem in IE7 asap.
Its kinda urgent.

Thanks n Regards,
Shikha


1 Answer, 1 is accepted

Sort by
0
Martin
Telerik team
answered on 05 Nov 2009, 07:45 AM
Hi shikha bansal,

RadFormDecorator is optimized to perform best according to every browser, and we cannot provide you with a solution for IE7, as all possible optimizations are already done.

As decoration is done entirely on the client, the script may be slowed down if there is a great number of controls on the page meant to be skinned. You can optimize the performance by limiting the number of controls that are to be decorated and by adding only the desired type of form inputs in the DecoratedControls property instead of using all or default.

Regards,
Martin Ivanov
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Sharepoint Integration
Asked by
shikha bansal
Top achievements
Rank 1
Answers by
Martin
Telerik team
Share this question
or