Is it possible to define a toolbar with overflow button in html instead of java script?
When I create the toolbar in html there is no <ul> tag with k-overflow-container which contains the button in toolbar.
Example:
<div kendo-toolbar >
<button type="button" name="btnNewBeleg" class="btn btn-primary" ng-click="newBeleg()" data-overflow="auto">new</button>
</div>