I’m using Kendo UI for Angular (Angular 20) with the Kendo MultiViewCalendar along with Kendo Tooltip.
I have a custom month cell template where I’m showing indicators (like categories) and applying a tooltip using the title attribute. The tooltip works fine in general.
However, I’m facing an issue specifically with dates that fall inside the selected range (highlighted/red background). For these cells, the tooltip is not (not visible / not triggering).
It seems like the range selection overlay or styling is preventing the tooltip from being triggered, possibly due to layering or pointer event limitations.
What I want:
I need to display a tooltip on those red (range-selected) date cells as well.
My question:
Is there any supported way or workaround to make tooltips work on dates that are inside the selected range in the MultiViewCalendar?
Any guidance would be really helpful.
Thanks!