This is a migrated thread and some comments may be shown as answers.

Unexplained empty ballon hint

1 Answer 176 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Reid
Top achievements
Rank 2
Reid asked on 17 May 2016, 12:28 PM

I have enabled hints on a Kendo Grid and they are all showing fine except the hint on one column.  The column in the schema is "Message".  As you can see from the attachment when you hover over that column you see a small oval shaped balloon instead of a hint. 

I have removed the attributes for that column declaration in the grid to stop if from showing a hint at all but the strange balloon shows anyway.

Each row has a details row that can be seen when the user clicks the right facing arrow in the first column.  In the div that shows the message column is shown.  So maybe that has something to do with it.

 

Any suggestions would be welcome.

 

Thanks

 

1 Answer, 1 is accepted

Sort by
0
Accepted
Alex Hajigeorgieva
Telerik team
answered on 19 May 2016, 10:13 AM

Hello Reid,

I can think of two cases in which the Kendo UI Tooltip will show:

1.) The Tooltip is configured to show on HTML elements that have no "title" attribute
2.) The Tooltip content returns an empty string

-  configure the Tooltip's filter to skip certain elements
http://docs.telerik.com/kendo-ui/api/javascript/ui/tooltip#configuration-filter

Or

- check the content and toggle visibility

An example of how to show content dependent on its length can be found here:

http://docs.telerik.com/kendo-ui/controls/layout/tooltip/how-to/show-on-length-condition

Should this not resolve the problem, please send a code snippet with the grid configuration (here or in a support ticket) so we could assist further.

Regards,
Alex
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Grid
Asked by
Reid
Top achievements
Rank 2
Answers by
Alex Hajigeorgieva
Telerik team
Share this question
or