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.
Build JavaScript UI
Javascript
Telerik
Build modern .NET business apps
.Net Web
Cross-Platform
Desktop
Reporting and Documents
AI for Developers & IT
Ensure AI program success
AI for UI
AI Engineering
Additional Tools
Enhance the developer and designer experience
Testing & Mocking
Debugging
UI Tools
CMS
Free Tools
Support and Learning
Productivity and Design Tools
hi
i need use MVVM (eventTemplate) but not work sample
thank you
Hello Vahid,
I would suggest trying the solution in this Dojo. Here I used the "data-views" property to declare "eventTemplate" instead of "data-event-template":
<div data-role="scheduler" data-views="[{ type: 'day', eventTemplate: '<div class=\'movie-template\'>TEST:<span>#: title #</span>asd<span>#: description #</span></div>' }]" data-bind="source: tasks" style="width: 600px; height: 700px"></div> </div>
In this snippet below, I declared to have the "Title" word before the title of the event .
'<div class=\'movie-template\'>Title:<span>#: title #</span>asd<span>#: description #</span></div>
I hope the provided suggetsion will be helpful for resolving the issue.
Regards, Lyuboslav Progress Telerik