How can I add multiple tooltips on kendo ui grid.

2019-09-01 02:57发布

问题:

I want to have different tooltips in different columns on a kendo ui grid. I am examine the example http://dojo.telerik.com/@pfilipov/iGetO/2 but I can't find the way to do it.

回答1:

Do you require Angular syntax as in example? - I don't speak Angular, but here is basic solution where I do not need to.

Dojo example

Also there is content function where you can catch and react according to attributes - in that case Title. So if you need calculate some equation (for example) you can create condition if(title == Tooltip1) and do what you need.



标签: kendo-ui