How can I add a tooltip for k-minus and k-plus in the hierarchy cell using AngularJS ?
I need to show to my users, per exemple : "Click here to expand" or "Click here to collapse".
Thank you very much,
SLM
1 Answer, 1 is accepted
0
Dimiter Topalov
Telerik team
answered on 08 Jul 2016, 12:07 PM
Hello,
The desired functionality is not available out-of-the-box, but you can achieve it by wrapping the Grid with a Kendo UI Tooltip, configure its filter for the relevant .k-plus and .k-minus elements, and then provide a function with simple custom logic for the content option.
I have prepared an example to illustrate the described approach: