When using the Kendo UI template syntax to insert a JavaScript literal value, it produces uppercase text. For example, the following:
#= "Time" #
Converts the “Time” into “TIME” when it renders the HTML.
Why is this and how can it be prevented?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I am not able to reproduce such behavior with the following code:
Anyway you do not need to put these strings inside of the #= # expression – usually you want to evaluate variables.
Here is jsbin for your code.