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

Is There a "Loading" CSS Style Included?

2 Answers 162 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Andrey
Top achievements
Rank 1
Andrey asked on 17 Nov 2012, 05:23 AM
Hey,

This isn't the most pressing issue here, but I was curious about something.

Does KendoUI include some kind of style for an overlay "loading" div? I know it's fairly easy to create my own, but it would be better if I had one that stayed consistent with the telerik themes.

Thanks,
Andrey

2 Answers, 1 is accepted

Sort by
0
loi
Top achievements
Rank 1
answered on 21 Nov 2012, 05:53 PM
I saw this when I last checked the doc site couple days ago.. must have been added recently with the Q3 release
http://docs.kendoui.com/api/web/ui#progress
kendo.ui.progress($('#containderID'), true); //show
kendo.ui.progress($('#containderID'), false); //hide

I have been using the following jquery plugin, and its working great.
http://code.google.com/p/jquery-loadmask/
0
Andrey
Top achievements
Rank 1
answered on 25 Nov 2012, 03:15 AM
Thanks!
Tags
General Discussions
Asked by
Andrey
Top achievements
Rank 1
Answers by
loi
Top achievements
Rank 1
Andrey
Top achievements
Rank 1
Share this question
or