If you have ever used Copy/Paste to move a Kendo template to a new file in Visual Studio 2014, you may have seen some odd changes in the new version. It was a source of frustration for me, when I would start with a working template, then move to a different file only to have the template be invalid or stop working in some strange way.
An informal poll of my teammates revealed that some had seen this happen, and some never had a problem, so it’s obviously hit-or-miss as to whether your setup will cause this issue. But if you’re reading this article, chances are you’re one of the lucky ones! Anyway, after several attempts at fixing the settings, I finally found one that worked. Apparently Visual Studio was helpfully formatting my new html (my template), which included adding line breaks and fixing capitalization for me. Thanks, but no thanks – it was causing more problems than it solved.
So, here’s the option to disable this feature, found in the Options dialog under Visual Studio.
There, maybe it will help someone else out as well!
The post Stop Kendo Template Capitalization Mishaps in Visual Studio 2014 Copy/Paste appeared first on Falafel Software Blog.