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
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