Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
130
Cusstomizing WebDayView tooltips
posted

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

  • 2895
    Suggested Answer
    posted

    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/