New to Telerik UI for ASP.NET MVC? Download free 30-day trial

Implement Custom Editors

To see the example, refer to the project on how to implement a custom editor similar to the build-in editor of a Scheduler in ASP.NET MVC applications.

Fields that do not come from the ISchedulerEvent interface preserve their exact names. Therefore, when the editor template refers to such a field, it has to apply those names instead. Fields from the ISchedulerEvent interface are automatically mapped to camelCase fields.

See Also

In this article