Unplanned
Last Updated: 30 Jul 2021 20:40 by ADMIN
Created by: Kaustubh
Comments: 0
Category: Tooltip
Type: Feature Request
1

Hi Team,

I'd like to request the ability to be able to customize the Kendo UI ToolTip's callout.  For example, being able to set a border around it would be helpful.

Thank you!

Unplanned
Last Updated: 27 Feb 2020 16:30 by ADMIN
Created by: Bernd
Comments: 0
Category: Tooltip
Type: Feature Request
2
Please add an option to configure the base postion of the tooltip.

Default value is "target" for the target element. If "mouse" is set it is the current mouse position.
Unplanned
Last Updated: 27 Feb 2020 16:24 by ADMIN
Created by: Imported User
Comments: 1
Category: Tooltip
Type: Feature Request
8
The tooltip widget should have a beforeShow event, which can be used to bind an observable to a locale template, used by the tooltip. While it's already possible to use widgets inside the tooltip, the tooltip is missplaced, since its shown before I'm able to bind the observable (called by show event) to its content.
Unplanned
Last Updated: 16 Feb 2024 20:44 by ADMIN
Created by: Jack
Comments: 2
Category: Tooltip
Type: Feature Request
2
Initializing tooltips on a container and filter is great, but we need a way to individualize some configuration options, especially positions.

Option 1: position = "auto"
if the target is close to the top, position is automatically set to bottom
if the target is close to the bottom, position is automatically set to top
if the target is close to the left, position is automatically set to right
if the target is close to the right, position is automatically set to left

Option2: position = function(tooltip, target) {}

This might be applicable to other properties.
Unplanned
Last Updated: 27 Feb 2020 16:18 by ADMIN
Go here: http://demos.kendoui.com/web/tooltip/api.html

1. Click on Area 1 or Area 2 
2. Then:
a. click outside tooltip area
b. press "Esc"
c. scroll down the page

Current result: tooltip is closed

Expected result: tooltip should not be closed

It would be great to configure tooltip hide behaviour whether to close or not on 2. a, b, c actions.
Unplanned
Last Updated: 02 Feb 2021 17:01 by ADMIN
Created by: Evan
Comments: 2
Category: Tooltip
Type: Feature Request
2
I would like to update a single tooltip based on a user's input. I can currently do this but when the tooltip initially shows it has stale data in it. A property that would hold off on showing the tooltip until new data is added by a function would be nice and help prevent the user from ever seeing the stale data.