Hi,
In my datagrid each cell of first column have tooltip which is set in cellcontrolattached event. Naw problem is when i make mouse action fast on grid some times tooltip seen any where on grid and it will show untill you refresh the page. Then i set show duration 5 sec to tooltip then it will dissappear in 5 sec(if it is anywhere on screen).
at the same time if tooltip diaply any where on screen and within 5 sec i move my mouse on first column then new tooltip is seen and first tool tip remain on screen So it is possible to remove tooltip forcefully or avy other way to solve this problem ...
Pls reply .......
So CellControlAttached is probably not a good place to handle this. As the controls you're attaching it to will be recycled and reused by other cells.
We actually have a tooltip feature that you can take advantage of:
http://help.infragistics.com/NetAdvantage/Silverlight/2010.3/CLR4.0/?page=xamGrid_ToolTips.html
-SteveZ
hi,
We have created Header Template which contain Image from code behind and we given tooltip to image. we set tooltip binding to image by using Ivalueconverter(return cusmized tooltip from Ivalueconverter ) . As per your suggestion how i do this.Pls Reply...
Thanks