Hi,
I have issue with Tooltip in XamGrid(Silverlight)
I have created columns in ColumnLayoutAssign Event like
();
CellTemp.Append(
);
i want tool tooltip on mouse over on "
events.
;
ToolTip
{
InitialDelay = 0,
ShowDuration =
.MaxValue
};
txtNotes.Style =
txtNotes.Text = sNotes;
.SetToolTip(imgNotes, ttNotes);
It is working ... But when i move mouse quickly on image or (if i press Left mouse button on image and i relese it somewhere on
Grid it show tooltip where i release mouse.) tooltip show untill i referesh page.
Is there any solution to solve this issue. or mouse Enter and Leave events for Cell ...
Please Reply
Have you looked into using the xamGrid's tooltip support:
http://help.infragistics.com/NetAdvantage/Silverlight/2011/1/CLR4.0/?page=xamGrid_ToolTips.html
-SteveZ