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
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: