The DevExpress MVC Scheduler allows you to display tooltips when a mouse cursor hovers over a selected range or an appointment. Tooltip appearance and functionality can easily be tailored to meet customer's needs by providing custom templates.
In this demo the ToolTipDisplaying client-side event is handled to display a custom tooltip selected by the type of the area which the mouse cursor hovers over (the MVCxSchedulerToolTipType enumeration). The SetAppointmentDragToolTipTemplateContent, SetAppointmentToolTipTemplateContent and SetSelectionToolTipTemplateContent methods are used to specify custom tooltip templates.
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).
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\CS\MVCxSchedulerDemos |