I've got an existing page that's created using a Kendo template. I need to add one or more upload widgets to this page (dynamic, based on page contents). I see that it's possible to template the upload widget (http://demos.telerik.com/kendo-ui/upload/templates), but I'm not sure how or if that will work inside my existing template. Can you point me towards documentation, or even better, an example of how to implement nested templates (if possible), specifically upload templates?
5 Answers, 1 is accepted
Hello shimmoril,
In this case the standard rules for nesting Kendo UI templates apply. You could find them on the following documentation page. Generally if there is a hash symbol, which is part of a binding expression in nested template, it should be escaped, so that it is not evaluated by the outer template.
Regards,Dimiter Madjarov
Telerik
Hello shimmoril,
If the issue is persisting, please send us an isolated runnable example demonstrating it, so we could inspect it locally and provide assistance.
Regards,Dimiter Madjarov
Telerik