Show theme settings Shopping cart Download trialFree Trial
Change Theme Settings
Change Theme Settings
Themes
 
Show All Themes
v
...v

Custom Forms

<
>
October 10 – 14, 2016
  • Day
  • Work Week
  • Full Week
  • Month
  • Timeline
  • Agenda
  • Item
    ...
|<<
<<
<
>
>>
>>|
+
-
v
 


The DevExpress MVC Scheduler allows you to easily substitute default dialogs with custom forms tailored to suit your requirements. This demo illustrates how to invoke a custom appointment editing form and to display a custom inline editing form.

Double-click an appointment for inline editing form. Right-click an appointment and select Open to show a custom appointment editing form. Note that this form allows you to edit custom appointment properties obtained via custom mappings (Price and Contact Information).

The OptionsForms property allows access to the MVCxSchedulerOptionsForms object which provides you with methods such as the SetAppointmentFormTemplateContent and the SetAppointmentInplaceEditorFormTemplateContent. You can implement partial views which represent custom forms, render and pass them to these methods.

Collapse/Expand
Local Copy of this Demo
To inspect the source code for this demo on your machine, you must first install our components via the DevExpress Component Installer.
You can open a local copy of this online demo directly from this webpage (if using v20.2.8, 21.1.4 or higher).
Open CS Solution
The source code files for this demo are installed (by default) in the following directory:
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\CS\MVCxSchedulerDemos