Create Tooltips for Grid Elements
In AngularJS applications, you can create and show Kendo UI Tooltips for the elements of a Kendo UI Grid.
To achieve this behavior:
- Define a Kendo UI Tooltip widget around the Grid declaration.
- Together with the Grid settings, define the Tooltip settings in the
$scope
.
- Prepare a jQuery selector that will match the elements you want and set it to the
filter
property of the Tooltip.
-
Define the
content
property so it returns the desired information—for example, based on the target element contents, thedata-*
attributes, or other logic.