In Kendo angular you can tell the tooltips to flip when they collide with the edge of the viewport:
https://stackblitz.com/edit/angular-gaezr2?file=app/app.component.ts
A problem with angular is it can't detect a collision in both directions. In the above example, the top tooltip only flips downwards but not to the right.
As for Kendo React there is less control. It seems to always want to "fit" with no option to flip when a collision happens. I have prepared 3 examples below. for position left, right and default:
https://stackblitz.com/edit/react-vfdvtk?file=app/main.jsx
Hello, Matthew,
Thank you for the request and the example.
The KendoReact Tooltip has an auto mode for such cases. This mode will divide the screen into four parts, and place the Tooltip in the best position possible based on the available space on the screen.
Still, I can agree that we can add an option to flip left-right and top-bottom if the auto property is not possible.
Regards,
Stefan
Progress Telerik