Luis Ismael
Top achievements
Rank 1
Luis Ismael
asked on 10 May 2019, 09:16 AM
How to define an custom scheduler edit template?
3 Answers, 1 is accepted
0
Hi Luis,
How to use templates in the Kendo UI for Vue components is documented here: https://www.telerik.com/kendo-vue-ui/components/framework/vue-templates/. As you know the Vue components are mostly wrappers of the Kendo widgets. Therefore, for more specific example about creating an editing template in the Scheduler you can check this article: https://docs.telerik.com/kendo-ui/controls/scheduling/scheduler/how-to/editing/custom-edit-and-event-templates.
Regards,
Ianko
Progress Telerik
How to use templates in the Kendo UI for Vue components is documented here: https://www.telerik.com/kendo-vue-ui/components/framework/vue-templates/. As you know the Vue components are mostly wrappers of the Kendo widgets. Therefore, for more specific example about creating an editing template in the Scheduler you can check this article: https://docs.telerik.com/kendo-ui/controls/scheduling/scheduler/how-to/editing/custom-edit-and-event-templates.
Regards,
Ianko
Progress Telerik
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Feedback Portal
and vote to affect the priority of the items
0
Luis Ismael
Top achievements
Rank 1
answered on 13 May 2019, 01:41 PM
Got it.
In Kendo UI for jquery data-bind="value:UnitPrice" populates data into a template. how to achieve that in VUE? is the syntax different
In Kendo UI for jquery data-bind="value:UnitPrice" populates data into a template. how to achieve that in VUE? is the syntax different
0
Hi Luis,
If you are using the Kendo templates (https://www.telerik.com/kendo-vue-ui/components/framework/vue-templates/#toc-using-standard-kendo-ui-templates) the syntax is the same. Using Vue components as a template for Kendo widgets comes with some limitation and I cannot suggest it for a complex edit template when model needs to be updated.
Regards,
Ianko
Progress Telerik
If you are using the Kendo templates (https://www.telerik.com/kendo-vue-ui/components/framework/vue-templates/#toc-using-standard-kendo-ui-templates) the syntax is the same. Using Vue components as a template for Kendo widgets comes with some limitation and I cannot suggest it for a complex edit template when model needs to be updated.
Regards,
Ianko
Progress Telerik
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Feedback Portal
and vote to affect the priority of the items