Hi Guys,
I have an Ultra Web Grid control in my project,and want to increase the display time out of the tool tip message.Thank you in advance.
Regards,
Bukka Naresh
Normal 0 false false false EN-US JA X-NONE
Naresh,
I don't think is possible. UltraWebGrid is rendered on a page like HMTL table. Tooltip is a rendered as a html title element. The default hover duration depends on your browser, os...
Probably it is possible to make your own Tooltip, but it will be a custom implementation.
Here you can find a few jQuery tooltips: http://stackoverflow.com/questions/1530028/how-to-increase-default-hover-duration-of-a-title-attribute-tooltip
Hi Hristo,
Thank you for the reply,but as per the answer provided in the earlier post,it says the property name which is used to set Tooltip property of a cell in the grid.But the tool tip which is displayed will be turning off after few seconds.My requirement is to increase the display time out of tooltip property.
Thank you in advance
Naresh Bukka
Hi Bukka,
this question has been answered before http://forums.infragistics.com/forums/p/56421/317867.aspx#