Quantcast
Channel: Dynamics 365 Customer Engagement
Viewing all articles
Browse latest Browse all 286

Show tooltips on Kendo Grid

$
0
0
Hi, Today I got an requirement to show the tooltips on each column of the grid. I was able to achieve it very easily by adding the below code but the tooltip was showing with black background. I had to invest sometime to understand the how styling for tooltip works. We can use CSS like below. $("#grid").kendoTooltip({             filter: "td:nth-child(2)", //this filter selects the second

Viewing all articles
Browse latest Browse all 286

Trending Articles