New to KendoReact? Learn about KendoReact Free.
Customization
Updated on May 13, 2026
You can attach Tooltip handlers to a host element and keep the Tooltip instance separate from its targets.
The host forwards events to a TooltipHandle, while the standalone Tooltip is configured with anchorElement="anchor" and parentTitle.
For this setup to work as expected:
- Attach
onPointerOverandonPointerLeaveto the container element. - Forward these events to
handleMouseOverandhandleMouseLeavethrough aTooltipHandleref. - Keep focusable targets inside the container and add a
titleattribute to each target.
In the following demo the handlers are attached to the highlighted container.
Change Theme
Theme
Loading ...