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
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.