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

Tooltip in a grid

1 Answer 167 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Swarna
Top achievements
Rank 1
Swarna asked on 15 Jul 2015, 02:21 PM

Hi,

 In my project they are using two kendo grid one is parent and another is child(1 to many relationship). I wanted to add tooltip to 9th column of parent grid and 11th column of child grid.

when I added tooltip it is working fine , but I am getting the tooltip value of 9th column( parent grid) repeated in 9th column (child grid) eventhough different column name are there. it is coming for only first row of each child grid. how can I fix the issue please advise.

And please tell me what will the e.target.closest('tr') do..

 

reply ASAP

 thanks in advance

 

1 Answer, 1 is accepted

Sort by
0
Dimiter Madjarov
Telerik team
answered on 17 Jul 2015, 08:10 AM

Hello Swarna,

It is impossible to state the reason for the issue, without inspect the sample code of the implementation. Please send us small isolated runnable example that demonstrates the problem, so we could assist with it.

Regarding the second question, this code snippet will retrieve the closest row of the current element.

Regards,
Dimiter Madjarov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Grid
Asked by
Swarna
Top achievements
Rank 1
Answers by
Dimiter Madjarov
Telerik team
Share this question
or