Hello Rick,
I am afraid mvvm style templates are not possible.
In an MVVM approach, the only way to set templates would be to use setOptions after the components are initialized and assign functional templates, not external ones. External templates are treated as strings, which means they need to be evaluated with either `eval` or `new Function` and this is not CSP compatible.
Regards,
Nikolay
Progress Telerik