Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
Hi,
In WebForms I could avoid changing the html i tags to em (and other tags).
In .net core I don't see a way to accomplish that.
Is it possible?
Thank you
Hello Ricardo,
With the Kendo Editor that ios controlled via the serialization.semantic option. Here you are a dojo example: https://dojo.telerik.com/edayo.
@(Html.Kendo().Editor()
.Serialization(serialization => serialization.Semantic(
false
))
)
Ianko,
Thank you very much.