I have an application with a Kendo MVC ToolBar including buttons with french text or including ampersands such as "R&D".
This used to display correctly as "R&D" but since a recent update of the Telerik MVC controls, it displays encoded as "R&D".
If there is an apostrophe, a text like "En attente d'approbation" will show as "En attente d'approbation".
I can reproduce this problem in your demos, for example see:
Kendo UI demo
https://dojo.telerik.com/ErEXiBul
Telerik MVC demo
https://dojo.telerik.com/egulokat
Is there any way to get this to display as expected? I tried different things but it always show up with & text on the screen which is bad.
Thank you!