TabStrip with DOM DataSource rendering does not update contentUrls when updated through the options
Script.js tabTabStrip with DOM DataSource rendering does not update contentUrls when updated through the options.
TabStrip with DOM DataSource rendering should update contentUrls when updated through the options.
<script>
$(() => {
const tabStrip = $("#tabstrip").data("kendoTabStrip");
tabStrip._contentUrls[1] = `~/shared/web/tabstrip/ajax/ajaxcontent1.html`;
});
</script>