I've been following the samples and I have a template. As soon as I wrap my template items in an <a href="#settings"></a> I receive the error:
Uncaught Error: Invalid template:'
<a href="#settings">
<img src="img/drink.png" />
<h2>#: data #</h2>
</a>
' Generated code:'var o,e=kendo.htmlEncode;with(data){o='\n <a href="';settings">
<img src="img/drink.png" />
<h2>;o+=': data ';</h2>
</a>
;o+=;}return o;
Uncaught Error: Invalid template:'
<a href="#settings">
<img src="img/drink.png" />
<h2>#: data #</h2>
</a>
' Generated code:'var o,e=kendo.htmlEncode;with(data){o='\n <a href="';settings">
<img src="img/drink.png" />
<h2>;o+=': data ';</h2>
</a>
;o+=;}return o;