This is a migrated thread and some comments may be shown as answers.

How to add tooltip to the grid toolbar and grid row action button

2 Answers 1266 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Igor
Top achievements
Rank 1
Igor asked on 04 Jul 2017, 12:47 PM

Hello All,

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

Sort by
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. 

Regards,
Dimitar
Progress Telerik
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0
Igor
Top achievements
Rank 1
answered on 04 Jul 2017, 03:01 PM

Hi Dimitar,

Thank your very much for great explanation.

 

Best regards,

Igor

 

 

 

Tags
ToolTip
Asked by
Igor
Top achievements
Rank 1
Answers by
Dimitar
Telerik team
Igor
Top achievements
Rank 1
Share this question
or