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

Implements Kendo.Mvc.UI.ISchedulerEvent

2 Answers 349 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Alan Mosley
Top achievements
Rank 1
Alan Mosley asked on 26 Jul 2014, 04:41 PM
I have Implemented Kendo.Mvc.UI.ISchedulerEvent and added a few more custom properties of my own to the class.
I have also set editable to using a template id, Editable(Function(e) e.TemplateId("ScheduleEditTemplate")
 
Now if I access the custom properties of the class like ${CustomProperty}, it works fine, but if I access any of the implemented properties like ${Description}  I get an error such as "Title is undefined"
any ideas, thanks



2 Answers, 1 is accepted

Sort by
0
Vladimir Iliev
Telerik team
answered on 28 Jul 2014, 09:22 AM
Hi Alan,

Basically the fields that are part of the "ISchedulerEvent" interface are available in camelCase on the client side as they are part of the SchedulerEvent base object:

e.g.:
Server side  / client side
Description => description
Start       => start
CustomField => CustomField

Regards,
Vladimir Iliev
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Alan Mosley
Top achievements
Rank 1
answered on 28 Jul 2014, 10:42 AM
Thanks
Tags
Scheduler
Asked by
Alan Mosley
Top achievements
Rank 1
Answers by
Vladimir Iliev
Telerik team
Alan Mosley
Top achievements
Rank 1
Share this question
or