hello,
I am using a scheduler with ASP.NET Core 2.2 MVC app.(Example @(Html.Kendo().Scheduler<xxxScheduleViewModel>()
When I create an event, I'd like to change the default field names . For example , Instead of 'Title' , say 'Book event' (see picture)
Is this handled in Schema ? Any examples?
Thanks,
Peter