Hi,
I am a user of Infragistics New Advantage 2009.2. I can show tool tip message on gridcells by using UltraToolTipInfo and UltraToolTipManager . But this tool tip message can be read only and a small mark does not appear on grid cell's top right corner.
I want to edit gridcell's tool tip message then save it's value like the excel's comments, and show a small color mark on top right corner. Can the UltraToolTipInfo and UltraToolTipManager be worked for me.Or other methods.
Thanks.
Can I saw Your Sample code for How to set UltraToolTipeInfo in win ultra grid cell that like excel's comment
You could see a sample regarding this in our 'Windows Forms Feature Browser'.
If you have this installed(if you have marked 'Samples' when installing Net Advantage), you could run it from 'Start Menu' -> 'All Programs' -> 'Infragistics' -> 'Windows Forms' -> 'Samples' -> 'Samples (local)'.
When it loads, please navigate to the 'UX Enhancers' tab => 'WinExtras' and then 'Launch' the 'WinToolTipManager - ToolTips with Context' sample. Or you can type in the 'Search:' "'WinToolTipManager - ToolTips with Context'" at Showbox App Download.
Thanks Boris Toromanov ,
The sample code is useful for me to display tooltip very soon.
Some method i "copyed" from sample code :
.MouseMove()
.PrepareCellToolTip()
Then i Solved "a small color mark on cell's top right that like excel's comments" by myself.
To Set the grid's DrawFilter property by a custom Filter class that inherited the IUIElementDrawFilter and IDisposable interface.May be useful to others.
Thanks again.
Hello nitoyoa,
When it loads, please navigate to the 'UX Enhancers' tab => 'WinExtras' and then 'Launch' the 'WinToolTipManager - ToolTips with Context' sample. Or you can type in the 'Search:' "'WinToolTipManager - ToolTips with Context'".