
King Wilder
Top achievements
Rank 2
King Wilder
asked on 23 Jan 2013, 08:52 PM
I need to use characters like "plus minus" or "lambda" symbols, and I would normally use ± and λ, but those key references simply display like that, and not encoded as the characters.
Does anyone know how I can get these types of characters into a template? I'll be populating the template from JSON data.
Thanks,
King Wilder
Does anyone know how I can get these types of characters into a template? I'll be populating the template from JSON data.
Thanks,
King Wilder
6 Answers, 1 is accepted
0
Accepted
Hello King,
Atanas Korchev
the Telerik team
You need to use #= # instead of #: # in such cases. More info can be found in the Kendo Templates documentation.
Regards,Atanas Korchev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0

King Wilder
Top achievements
Rank 2
answered on 24 Jan 2013, 05:46 PM
Atanas,
Yup that worked!
I was using:
What are the differences between the two options, ${...} adn #= ... # and when do I use one over the other?
Thanks,
King Wilder
Yup that worked!
I was using:
<
div
class
=
"optics-description"
>${description}</
div
>
Thanks,
King Wilder
0
Hi,
Atanas Korchev
the Telerik team
The differences are explained in the linked help topic. The ${} is the same as #: #.
Greetings,Atanas Korchev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0

King Wilder
Top achievements
Rank 2
answered on 25 Jan 2013, 03:20 PM
Atanas,
I read the documentation twice and didn't see a reference to the ${...} syntax. Am I blind or is it not there?
Thanks,
King Wilder
I read the documentation twice and didn't see a reference to the ${...} syntax. Am I blind or is it not there?
Thanks,
King Wilder
0
Hello King,
Petyo
the Telerik team
The ${} is a deprecated template syntax - that is why it is not mentioned in the documentation.
Greetings,Petyo
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0

King Wilder
Top achievements
Rank 2
answered on 26 Jan 2013, 08:07 PM
Petyo,
Ah, ok I understand. I'll remember to use #= # or #: # from now on.
Thanks,
King Wilder
Ah, ok I understand. I'll remember to use #= # or #: # from now on.
Thanks,
King Wilder