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 theISchedulerEvent
interface are automatically mapped to camelCase fields.