Blazor Scheduler Example - Tooltip Template
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
This demo illustrates how to enable tooltip on Scheduler events as well as the way to customize it. The tooltip can be customized to display any information in a formatted style using the tooltip template option.
In this demo, the tooltip is enabled to display on events by setting true to the EnableTooltip option within the ScheduleEventSettings property. After enabling the default tooltip, it is customized to display the needed event information along with appropriate images using the TooltipTemplate option within the ScheduleEventSettings.
The TooltipTemplate option does not work if EnableTooltip is set to false. On mobile devices, tap-holding events opens the tooltip.