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

Show progress on Grid popup edit save

1 Answer 174 Views
Grid
This is a migrated thread and some comments may be shown as answers.
M
Top achievements
Rank 1
M asked on 15 Apr 2013, 04:34 PM
I have a Grid which uses popup editing with a custom popup template.

I've finally got it all working just as I want, with some tricky ajax driven validation, but I've now run into a slight problem.

It takes a couple of seconds for the new or updated data to be sent to the server and a valid response to be received. In this time, users are thinking they've not clicked the Save button properly and are resubmitting the data.

What would be the best way to show some sort of progress indicator to let the user know something is happening until the popup closes and the grid is displayed again.

Thanks.

1 Answer, 1 is accepted

Sort by
0
Petur Subev
Telerik team
answered on 17 Apr 2013, 01:30 PM
Hello Mat,

Basically you can use to the reuqestStart and the requestEnd events of the dataSource to display loading animation to the users.

http://docs.kendoui.com/api/framework/datasource#events-requestStart

Kind regards,
Petur Subev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Grid
Asked by
M
Top achievements
Rank 1
Answers by
Petur Subev
Telerik team
Share this question
or