Product Bundles
DevCraft
All Telerik .NET and Kendo UI JavaScript components and AI Tools in one package.
Kendo UI
Bundle of AI Tools plus four JavaScript UI libraries built natively for jQuery, Angular, React and Vue.
Telerik
Build great .NET business apps
Net Web
Cross-Platform
Desktop
Reporting and Documents
Testing & Mocking
Debugging
Build JavaScript UI
Javascript
AI for Developers & IT
Ensure AI program success
AI Coding
Additional Tools
Enhance the developer and designer experience
UI/UX Tools
Free Tools
CMS
Support and Learning
Productivity and Design Tools
What's the syntax for this as this doesn't seem to work?
<editable enabled="true" mode="popup" template="/Features/Shared/EditorTemplates/FileUploadForm.cshtml" />
Hello Tim,
To enable Custom Pop-up editing using Tag Helpers you could specify a template-id and invoke it in the scripts:
<editable mode="popup" template-id="popup-editor" /> .... <script id="popup-editor" type="text/x-kendo-template"> @Html.Partial("PopupEditor") </script>
In this scenario, the PopupEditor must be located in /Views/Home folder.
For your convenience, I am attaching a small project demonstrating the above.
Let me know if you have any questions.
Regards, Nikolay Progress Telerik