Hi,
Is it possible to use a template inside another template?
Something like this:
Where '#tmpl-user#' is called with the user object passed to the template.
Thanks for your help.
Bastien
Is it possible to use a template inside another template?
Something like this:
<script type="text/x-kendo-template" id="tmpl-user"> <span>data.Name</span></script><script type="text/x-kendo-template" id="tmpl-1"> <div>
data.Title </div> #tmpl-user(data.User)#</script>Thanks for your help.
Bastien