TM
Tim Mostad
September 4, 2008 11:26 PM UTC
there is a typo:
Me.grdTestMatrix.CellToolTip.ToolTipTitle = "Reserved"
s/b:
mygrid.CellToolTip.ToolTipTitle = "Reserved"
NA
Nisha Arockiya A
Syncfusion Team
September 9, 2008 05:32 AM UTC
Hi Tim,
Thanks for your interest in Syncfusion products.
Inorder to make the CellToolTip to appear you have to activate it.Please refer to the following code snippet:
mygrid.CellToolTip.Active = true;
Please let me know if this helps.
Regards,
Nisha
>there is a typo:
Me.grdTestMatrix.CellToolTip.ToolTipTitle = "Reserved"
s/b:
mygrid.CellToolTip.ToolTipTitle = "Reserved"