Example of Quick Info Template in ASP.NET MVC Scheduler Control
This demo showcases the quick popups for cells and appointments with the customized templates
DEMO
SOURCE
In this demo, the quick popup is customized based on the office required appointment-related fields which can be achieved by using the quickInfoTemplate
option.
The quickInfoTemplate
has three UI elements such as header
, content
, and footer
. You can customize these UI elements of the quick popup.
You can also customize whether the quick popup is applicable to the cells or events or for both using the elementType
property.