Kendo ui template usage, kendotemplate
Kendo ui template usage:
The Kendo UI framework provides an easy-to-use and high-performance JavaScript template engine. You can use a template to create an HTML clip and then combine it with JavaScript data to form the final HTML element.
Kendo templates focus on UI display and support key template functions, focusing on performance rather than syntax convenience.
Template syntax
The Kendo template uses a syntax called "#", which indicates that a part of the template can be replaced by JavaScript data.
Use the # syntax in three ways:
Note: Your template contains the "#" character, which is not used for binding. You must use escape characters. Otherwise, the template compilation error may occur. You can escape the desired "#" through.
Demo of kendo ui template:
Http://demos.telerik.com/kendo-ui/templates/expressions