The toolbar template here does not work when everything to be known about kendo and templates, suggest it should.
Can anyone explain why the MVVM toolbar here is an invalid template? Especially given the data-editable element below, works perfectly, suggesting everything is as it should be.
...
data-toolbar="[{ template: kendo.template($('\\#user-list-toolbar-template').html()) }]"
data-editable="{ mode: 'popup', template: kendo.template($('\\#user-edit-dialog-template').html()) }"
<script id="user-list-toolbar-template" type="text/x-kendo-template">
<a class="k-button k-button-icontext k-grid-add" href="#"><span class="k-icon k-add"></span>A</a>
<a class="k-button k-button-icontext add-ad-user" href="#"><span class="k-icon k-add"></span>B</a>
</script>
<script id="user-edit-dialog-template" type="text/kendo-ui-template">
... this one works, no issues, no need to see anymore