Hi Jasmin,
I am glad to hear that you have managed to resolve your issue.
Kendo UI Templates use hash templates and there are three ways to render a template:
1. Render values as HTML: #= #.
2. Use HTML encoding to display values: #: #.
3. Execute arbitrary JavaScript code: # if (true) { # ... non-script content here ... # } #.
More details on the Kendo UI Templates:
https://docs.telerik.com/kendo-ui/framework/templates/overview#templates-overview
Let me know if you have additional questions.
Kind regards,
Tsvetomir
Progress Telerik
Get
quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers.
Learn More.