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

show the loading in button manually

2 Answers 595 Views
Grid
This is a migrated thread and some comments may be shown as answers.
CH
Top achievements
Rank 1
CH asked on 13 Jul 2013, 04:10 PM
Hi,

How can I make the button shows the "loading.." when I click on a custom command button?

Thanks.

2 Answers, 1 is accepted

Sort by
0
Kiril Nikolov
Telerik team
answered on 15 Jul 2013, 08:40 AM
Hello Cheng-how,

You could use the showLoading() and hideLoading() methods to achieve this. 

<script>
   var app = new kendo.mobile.Application();
</script>
...
<script>
   app.showLoading();
   app.hideLoading();
</script>

Please check this demo for a possible implementation:

http://demos.kendoui.com/mobile/application/loadingpopup.html#/

Regards,
Kiril Nikolov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Jayesh Goyani
Top achievements
Rank 2
answered on 15 Jul 2013, 09:10 AM
Hello,

For Web version please check below link.

http://www.kendoui.com/forums/kendo-ui-web/grid/trigger-loading-wait-indicator.aspx

Thanks,
Jayesh Goyani
Tags
Grid
Asked by
CH
Top achievements
Rank 1
Answers by
Kiril Nikolov
Telerik team
Jayesh Goyani
Top achievements
Rank 2
Share this question
or