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

TabIndex

configuration

The tabIndex value to set on the diagram element.

tabIndex

Number

Default: 0

<div id="diagram"></div>
<script>
$("#diagram").kendoDiagram({
    tabIndex: 1,
    shapes: [
        { id: "1", x: 100, y: 100, content: { text: "Shape 1" } }
    ]
});
</script>
Not finding the help you need?
Contact Support