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

TagName

configuration

The tag used for the root element of the view.

tagName

String

Default: "div"

<div id="app"></div>

<script>
var view = new kendo.View("Hi!", { tagName: "span" });
view.render($("#app"));
</script>
Not finding the help you need?
Contact Support