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

[Solved] problem loading tab controls in grdi edit mode

2 Answers 72 Views
Grid
This is a migrated thread and some comments may be shown as answers.
newbie
Top achievements
Rank 1
newbie asked on 04 Apr 2008, 05:36 PM
I have a user control with multiple tabs for the grid edit mode.
When i click on edit my tab controls take very long to load.

They are first displayed as text in different rows and after a few seconds they display as tabs.
Any adnice why this might be happening?

2 Answers, 1 is accepted

Sort by
0
Sebastian
Telerik team
answered on 07 Apr 2008, 01:20 PM
Hello newbie,

If you display multiple controls in the user control custom edit form there might be a partial delay in the loading time required to render the controls and apply their css styles. This might be the reason you observed the visual effect.
To avoid the unwanted glitch consider ajaxifying the grid via RadAjaxManager/RadAjaxPanel Prometheus and display loading image until the edit/insert form is rendered completely:

http://www.telerik.com/DEMOS/ASPNET/Prometheus/Ajax/Examples/Overview/DefaultCS.aspx

Best regards,
Stephen
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
newbie
Top achievements
Rank 1
answered on 07 Apr 2008, 03:57 PM
Thanks...will try that
Tags
Grid
Asked by
newbie
Top achievements
Rank 1
Answers by
Sebastian
Telerik team
newbie
Top achievements
Rank 1
Share this question
or