Was looking into documentation for deactivating or suppressing tabs and discovered a potential issue with the deactivateTab method:
Go to http://docs.telerik.com/kendo-ui/api/javascript/ui/tabstrip#methods-deactivateTab
Click "Open in Dojo"
Run the sample
Am I missing something?
1 Answer, 1 is accepted
0
Ivan Danchev
Telerik team
answered on 01 Jun 2017, 06:02 AM
Hello Scott,
For a tab to be deactivated it must be active. Here's a dojo example. When Tab 1 is active (selected), clicking on the "deactivate" button calls the deactivateTab method and deactivates the tab.