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

Fieldset flicker

1 Answer 103 Views
FormDecorator
This is a migrated thread and some comments may be shown as answers.
Nicholas Walker
Top achievements
Rank 1
Nicholas Walker asked on 22 Jan 2009, 07:06 PM
Even on the quickstart demo's http://demos.telerik.com/aspnet-ajax/FormDecorator/Examples/FormDecoratorAndRadControls/DefaultCS.aspx

When you use radformdecorator with fieldset enabled, you get a flicker, where the page starts looking bland, and then it flickers to the desired behavior.

do you have any suggestions on how to remove the flicker?

1 Answer, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 23 Jan 2009, 09:15 AM
Hello Nicholas,

I am afraid that currently there is no fix for this flickering.
Basically, to decorate controls, RadFormDecorator hides the decorated controls when the page is being loaded and then show the decorated ones. This is not happening with fieldset elements however.
If we apply the same logic to fieldset elements, a lot of side effects occur - note that the fieldset can contain complex setups including other controls that should be decorated as well. That is why the current logic of RadFormDecorator states that the fieldsets will not be hidden and they will be skinned only after all controls that they include are decorated first - this is where the flickering comes from.

I hope this explanation helps.


Greetings,
Georgi Tunev
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
FormDecorator
Asked by
Nicholas Walker
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Share this question
or