HI Team,
I am using Kendo Grid. We have two grid (Parent + Child) trying to added tooltip to parent but the tooltip is appearing in child as well.
For Example.
If I have Parent Grid details with ID, Name, Languages Known
And Child Grid with Location, Department, Salary
I tried to add tooltip to Languages Known column to show the languages they are selected. Which is working as expected by using kendo tooltip with filter as td:nth-child(3). But the problem is same tooltip value got displayed in Salary column in the Child Grid also.
Kindly provide solution for this ASAP.
Thanks in advance.
Swarna