Hi, All:
I had implemented this:
it works very good for my RadGrid control inside my page. However,
when my page is loading up, for the first time, I have no similar AjaxLoadingPanel control for the entire page. So my page is now blank for 20 seconds for the loading-up. It would be very nice, to implement similar AjaxLoadingPanel for the entire page, when the page is first loaded.
Please give some idea.
Stanley Huang
I had implemented this:
<rad:RadAjaxPanel ID="rapGrid" runat="server" Height="200px" Width="300px" LoadingPanelID="alpLoading" >
it works very good for my RadGrid control inside my page. However,
when my page is loading up, for the first time, I have no similar AjaxLoadingPanel control for the entire page. So my page is now blank for 20 seconds for the loading-up. It would be very nice, to implement similar AjaxLoadingPanel for the entire page, when the page is first loaded.
Please give some idea.
Stanley Huang