I have a kendo ui tabstrip. On page load, I removed the tabs which have an empty content.
It works fine, I get the tabs I need to show, but moving between tabs doesn't work anymore.
For example I have this structure: Tab 1 - has content Tab 2 - no content - removed Tab 3 - has content
When I load the page, Tab 1 is loaded and selected, but when I click on tab 3, I get empty contents. The HTML structure is ok. The aria-controls attribute holds the correct value (tabstrip_wp_c09daa66ff014cc29c09eca6d0c9acfb-1 for Tab 1, tabstrip_wp_c09daa66ff014cc29c09eca6d0c9acfb-2 for Tab 3), which is the id of the divs.
Both divs have the correct ids and related contents.
Upon click Tab 3, the corresponding div doesn't change in any way (still has the same css class, and aria-hidden="true" aria-expanded="false").
Anyone knows why this happens?
Thanks