This is a migrated thread and some comments may be shown as answers.

What product do I need to buy

1 Answer 52 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
FS
Top achievements
Rank 1
FS asked on 09 Dec 2016, 02:25 AM

Hi Support:

 

We need to develop a Asp.NET core website with a scheduler.  But we need to create custom template.    

Does the UI for ASP.NET Core is enough for us or we need to buy another component to be able to create custom templates.

Could you provide me a document that explains how to create a custom template.  For example how to customize the Appointment dialog.  I saw in the trial that the default definition is in javascript, but I dont know if I need to create new javascripts or modify the existing ones.

 

Appreciate any guidelines.

 

Thanks

 

 

 

1 Answer, 1 is accepted

Sort by
0
Veselin Tsvetanov
Telerik team
answered on 13 Dec 2016, 07:41 AM
Hello,

The Telerik UI for ASP.NET Core suite is offered as a part of the Kendo UI Complete, the DevCraft Complete or the DevCraft Ultimate packs. Purchasing one of the above licences will allow you to use the full capabilities of the Scheduler and all the other HTML helpers from the .NET Core family. This includes implementing custom editor templates too.

Concerning the second part of your question, you could define the Custom editor template of the Scheduler as a razor cshtml view. As a starting point for your implementation, you could use the ASP.NET MVC Custom editor Code library. The implementation of the Editor view for .NET Core should be similar. However, note that you will have to place the Template in the "​Views\Shared\EditorTemplates" and not in the "​Views\Home\EditorTemplates" folder of your project, as it is shown in the example.

Regards,
Veselin Tsvetanov
Telerik by Progress
Telerik UI for ASP.NET Core is ready for Visual Studio 2017 RC! Learn more.
Tags
Scheduler
Asked by
FS
Top achievements
Rank 1
Answers by
Veselin Tsvetanov
Telerik team
Share this question
or