Example of Additional Fields in ASP.NET MVC Scheduler Control

This demo shows how to add additional fields to the default editor window. Here, an additional field Event Type has been added to the default event editor and its value is processed accordingly.

DEMO
SOURCE

In this demo, the additional field is added to the default event editor by using the PopupOpen event which gets triggered before the event editor is opened on Schedule. PopupOpen is a client-side event that triggers before any of the popups are opened on Schedule.

Here, the additional field (any of the form elements) must be provided with the common class e-field to handle and process those additional data into the default event object.

Transform your ASP.NET MVC web apps today with Syncfusion® ASP.NET MVC components
100+ high-performance and responsive UI components
Dedicated support
Hassle-free licensing
TRY IT FOR FREE
opens in a new tab