dataSource.contentString(default: "")

The content to be displayed in the tab panel when the tab is selected.

Example

<div id="tabstrip"></div>
<script>
    $("#tabstrip").kendoTabStrip({
        dataTextField: "text",
        dataContentField: "content",
        dataSource: [
          { text: "Tab 1", content: "Tab 1 content" },
          { text: "Tab 2", content: "Tab 2 content" }
        ]
    });
</script>
In this article
dataSource.content
Not finding the help you need?
Contact Support