I cannot add a tooltip to both a toolbar button and a action button located in the grid row. Please look at my example exmple http://dojo.telerik.com/@iakhmedov1/aRUle and get it working.
Thanks,
Igor
2 Answers, 1 is accepted
0
Dimitar
Telerik team
answered on 04 Jul 2017, 01:58 PM
Hello Igor,
On the following Dojo example you will find a modified version of your code which now correctly displays the tooltips.
You will notice that I have moved the ToolTip initialization out of the dataBound event of the Grid. In addition to this, I have also changed the class target for the edit button to .k-grid-edit, so that the button can be targeted correctly.
Also, you can review the following how-to example, which demonstrates how to show unique tooltips for every column row.