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

TabStrip and progress loader

2 Answers 234 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Jeff Cuscutis
Top achievements
Rank 1
Jeff Cuscutis asked on 28 Nov 2012, 05:00 PM
I am trying to disable the contents of a TabStrip when it is loading. I am using kendo.ui.progress() to do so, but it covers the whole page, not just the content of the tab.

Here is a jsFiddle showing what I am doing.

What am I doing wrong?

Thanks.

2 Answers, 1 is accepted

Sort by
0
Accepted
Kamen Bundev
Telerik team
answered on 29 Nov 2012, 08:00 AM
Hi Jeff,

kendo.ui.progress() shows an absolute positioned loader that covers its whole container -  it doesn't need a special one, just the one you want to cover. However, since the loader is absolute positioned, you will need position different than static on its container to be able to contain it. Check the updated jsFiddle below:


All the best,
Kamen Bundev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Jeff Cuscutis
Top achievements
Rank 1
answered on 29 Nov 2012, 01:44 PM
Perfect.

Thanks!
Tags
TabStrip
Asked by
Jeff Cuscutis
Top achievements
Rank 1
Answers by
Kamen Bundev
Telerik team
Jeff Cuscutis
Top achievements
Rank 1
Share this question
or