Despite setting the tab strip to wrap, I'm seeing some inconsistency.
var tabStrip = $("#TabStripPatientDetails").kendoTabStrip().data('kendoTabStrip');
tabStrip.scrollable = false;
Specifically, hitting refresh seems to switch the tabstrip to scroll. Is there another setting I need to tweak?
1 Answer, 1 is accepted
0
Marin Bratanov
Telerik team
answered on 22 Mar 2019, 03:46 PM
Hello,
The best that can be done is to destroy the old instance and create a new one with the new settings, and to make sure that the class that provides the one-line tab list is removed when necessary, something like this: https://dojo.telerik.com/@bratanov/UWAnOSIp/5.
The classes and the objects needed for scrolling are created only once, during initial rendering and this is why they cannot be changed dynamically at this point.
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers.Learn More.