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

Loading panel in Data service

1 Answer 38 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Prashanthan
Top achievements
Rank 1
Prashanthan asked on 31 Oct 2013, 03:59 PM
Hi,

I am trying to create a page similar to the below demo page, that load the data from webservices. When the webservices returns the data after 10-12 seconds, and the grid doesn't show any loading panel. I tried attaching an AjaxLoadingPanel to the grid, but the request is in not a ajax request and hence it wasn't displayed. Also, I don't see any api for data service in client side to manually show the loading panel. Can anyone recommend a way to display a loading panel?

http://demos.telerik.com/aspnet-ajax/grid/examples/data-binding/client-side/declarative/defaultcs.aspx


Thanks,
Shhan

1 Answer, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 05 Nov 2013, 01:23 PM
Hello Prashanthan,

You could subscribe to the client OnGridCreated event to manually show the RadAjaxLoadingPanel and the OnDataBound client event of the RadGrid control to manually hide the panel. You could use the help topic below for more information on this matter:
http://www.telerik.com/help/aspnet-ajax/ajax-show-hide-loadingpanel.html

Regards,
Maria Ilieva
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
Grid
Asked by
Prashanthan
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
Share this question
or