Running
$("#tabStrip").kendoTabStrip().data("kendoTabStrip").activateTab($("#tabstrip-tab-3"));
on Doc Ready in the demo throws a Javascript error and the 3rd tab("Moscow") is not selected.
"Uncaught TypeError: Cannot read properties of undefined (reading 'length')" - logged in Console
What am I doing wrong?