Posted 23 Jan 2013 Link to this post
Posted 24 Jan 2013 Link to this post
You need to use #= # instead of #: # in such cases. More info can be found in the Kendo Templates documentation.
<
div
class
=
"optics-description"
>${description}</
>
The differences are explained in the linked help topic. The ${} is the same as #: #.
Posted 25 Jan 2013 Link to this post
Posted 26 Jan 2013 Link to this post
The ${} is a deprecated template syntax - that is why it is not mentioned in the documentation.