Hi Johannes,
At present, the toolbar template is not available with the TagHelpers of the Telerik UI Grid. I encourage you to vote for this item in our feedback portal so that it gains popularity and gets implemented in any of the upcoming versions.
As a temporary workaround, you can plug the whole template inside a bottom and achieve the same functionality:
<toolbar>
<toolbar-button template="myTemplate"></toolbar-button>
</toolbar>
function myTemplate(e) {
return "<button id='1'>btn 1</button> <button id='2'>btn 2</button>";
}
I hope you find this helpful.
Best regards,
Tsvetomir
Progress Telerik
Progress is here for your business, like always.
Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.