I'm using Kendo's templates and am trying to assign the literal contents of my object's "value" field to a javascript variable. Example of what I'm trying to do is given below:
# var a = (#= data.value #) #
I keep getting an invalid template error.. is this possible to do with Kendo's templates?
Thank you