New to Kendo UI for jQueryStart a free 30-day trial

Sets the field of the data item that provides the position of the icon relative to the tab text. Possible values are before and after.

Default: "iconPosition"

<div id="tabstrip"></div>

<script>
    $("#tabstrip").kendoTabStrip({
        dataTextField: "Name",
        dataIconField: "Icon",
        dataIconPositionField: "IconPosition",
        dataSource: [
          { Name: "Tab1", Icon: "gear", IconPosition: "before" },
          { Name: "Tab2", Icon: "pencil", IconPosition: "after" }
        ]
    });
</script>
Not finding the help you need?
Contact Support