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