HI, I want to know if there is a way to customize the tooltip for the WebDayView control. I know about setting the format tags in the AppointmentTooltipFormatString but that doesn't give me as much flexibility as I'm tasked with providing. Is there a way to provide html markup for the tooltip or modify the innerHTML of the tooltip?
Thanks,
George Turner
Hello,
The ToolTip doesn’t support HTML markup. When you set the ToolTip option, the control renders the tooltip content to the title attribute of the table element in the DOM. That is why you cannot use HTML within those options.
What I can suggest you is to use jQuery and just overwrite the hover of the elements.
https://jqueryui.com/tooltip/