Hi,
My websites home page had multiple rad pane in there (using a Rad splitter), The page takes a long time to load, hence I want a loading panel to be displayed until all the panes have loaded.
In the Master page I have setup the Rad Ajax Manager and have the Rad Splitter and the Rad Loading panel
Please let me know if it is possible to achieve what I want, As the loading panel does not seem to show up on page load at all.
--Karan
My websites home page had multiple rad pane in there (using a Rad splitter), The page takes a long time to load, hence I want a loading panel to be displayed until all the panes have loaded.
In the Master page I have setup the Rad Ajax Manager and have the Rad Splitter and the Rad Loading panel
<
telerik:RadAjaxManager ID="RadAjaxManager1" runat="server" >
<AjaxSettings>
<telerik:AjaxSetting AjaxControlID="RadAjaxManager1">
<UpdatedControls>
<telerik:AjaxUpdatedControl ControlID="MainSplitter"
LoadingPanelID="LoadingPanelId" />
</UpdatedControls>
</telerik:AjaxSetting>
</AjaxSettings>
</telerik:RadAjaxManager>
Please let me know if it is possible to achieve what I want, As the loading panel does not seem to show up on page load at all.
--Karan