I am aware that it is possible to set up an event that fires whenever the tab is changed within a tab strip within Kendo UI. However, I'm wondering if it is possible to fire separate events on separate tabs?
For example, I have a tab strip with 6 tabs. I want to fire a different event on entering tab 2 than when entering tab 4 or 5 or 6. I want a separate event for each tab. How can I tell Kendo UI to listen in for which tab we are on to fire these distinct events?
Please show what you have tried, So it will help us to find the exact problem/solution.
Anyways, You can use
activeEvent handler inTabStrip.Set an
idfor the tab, And check theidand call thefunction, when user activate it.For more info Documentation
This is very simple example