How can I add multiple tooltips on kendo ui grid.

2019-09-01 02:29发布

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.

标签: kendo-ui
1条回答
Animai°情兽
2楼-- · 2019-09-01 02:50

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.

查看更多
登录 后发表回答