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

Ajax Panel

1 Answer 28 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Anthony
Top achievements
Rank 1
Anthony asked on 07 Nov 2013, 01:04 AM
Hi Everyone,

I'm new to telerik and I'm trying to have the loading animation(rotating circle) while the server is retrieving information to populate a radgrid or when the server is busy and I try the below example:
http://demos.telerik.com/aspnet-ajax/ajax/examples/panel/firstlook/defaultcs.aspx
 and update the Sqldatasource to query my own SQL table but the rotating circle is not working. I used the exact coding from the above link, only change was the sqldatasource and it is not working.  Any idea why it is not working?

Anthony

1 Answer, 1 is accepted

Sort by
0
Accepted
Shinu
Top achievements
Rank 2
answered on 07 Nov 2013, 03:13 AM
Hi Anthony,

Please try to set the skin property of RadAjaxLoadingPanel to show the loading panel.

ASPX:
<telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanel1" runat="server" Skin="Web20">
</telerik:RadAjaxLoadingPanel>

Hope this will helps you.
Thanks,
Shinu.

Tags
Ajax
Asked by
Anthony
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or