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

Howto check if Tab is loaded

1 Answer 358 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Cheese
Top achievements
Rank 1
Cheese asked on 14 Apr 2016, 02:14 PM

Hello,

i have a tabstrip with 5 tabs all with LoadContentFrom

How can i check if a tab is loaded or not with jquery?

My problem is, that i have a dropdownlist outside the tabstrip and if i change the entry of the list i want to reload only the tabstrips with content inside.

Thanks!

1 Answer, 1 is accepted

Sort by
0
Kiril Nikolov
Telerik team
answered on 18 Apr 2016, 07:03 AM
Hi,

There is no built-in mechanism that you can use to detect whether a tab is load or not. Instead you can use the contentLoad event and track the tabs that are loaded in your own data structure.

http://docs.telerik.com/kendo-ui/api/javascript/ui/tabstrip#events-contentLoad

Regards,
Kiril Nikolov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
TabStrip
Asked by
Cheese
Top achievements
Rank 1
Answers by
Kiril Nikolov
Telerik team
Share this question
or