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

Loading animation

1 Answer 941 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Kevin Dahl
Top achievements
Rank 1
Kevin Dahl asked on 05 Jan 2015, 10:42 PM
I'm using the Kendo MVC grid and an Ajax.BeginForm request to query data for rendering in a partial view (that has the grid object). It all works fine, but I'm wondering how to go about letting the user know that a long operation is occurring when the ajax request is started. I haven't been able to find anything specific to Kendo MVC that doesn't use mobile application popups. Are there any good examples of Kendo MVC/Ajax/async and some sort of loading indicator? Thanks!

...k

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 07 Jan 2015, 03:47 PM
Hello Kevin,

You can use kendo.ui.progress() to display a loading indicator over some element on the page:

http://docs.telerik.com/kendo-ui/api/javascript/ui/ui#methods-progress

Regards,
Dimo
Telerik

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

Tags
Grid
Asked by
Kevin Dahl
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or