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

Show RadAjaxLoadingPanel on initial page load

4 Answers 161 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Pieter
Top achievements
Rank 1
Pieter asked on 07 Dec 2010, 10:24 AM
The example on: http://www.telerik.com/help/aspnet-ajax/ajxshowloadingpaneloninitialpageload.html doesn't work in Internet Explorer 8.0.

4 Answers, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 07 Dec 2010, 03:02 PM
Hello Pieter,

Attached to this message is a simple test project which demonstrates how you can achieve the desired functionality. Please examine it and let me know how it goes.

Regards,
Pavlina
the Telerik team
Browse the vast support resources we have to jumpstart your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0
Pieter
Top achievements
Rank 1
answered on 10 Dec 2010, 09:50 AM
It doesn't work in Internet Explorer 8.0.
0
Pavlina
Telerik team
answered on 10 Dec 2010, 01:20 PM
Hello Pieter,

I tested the project under IE 8 and everything is working as expected on my side. Can you please examine it again and let me know about the results you get.

All the best,
Pavlina
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0
swarupa
Top achievements
Rank 1
answered on 12 Sep 2017, 12:13 PM

Hi,

I am using a Radlistview and other telerik controls  in my page. The RadListView contains many telerik controls like radgrid, raddropdownlist and radtextboxes.

I am binding the data to the radlistview on Page_load event.

In the RadListviewItemdatabound event , I am doing several things like binding data to grdiview in each item and filling some textxboxes in each item  with dynamic data.

In window.load client side event, I am doing some functionality like enabling and disabling certain controls based on certain criteria.

If the Radlistview has huge number of records, the initial page load is taking long time..So I need to show  a loading panel before the page_load starts.But with the above mentioned code, the loading panel starts appearing only after the code in page_load event executes.Kindly suggest.

Thanks,

Swarupa

Tags
Ajax
Asked by
Pieter
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Pieter
Top achievements
Rank 1
swarupa
Top achievements
Rank 1
Share this question
or