Hi Everyone.
I use an ultramonthviewsingle control on my form. When the viewstyle is set to 2003, my tool tips display perfectly. That is the value that i have stored in the appointments description member show when i hover over the appt.
However, when I switch to the 2007 view, the appointments subject member is used to display the tool tip. This causes issues because I need to store the subject and description values separately. I have not made any other code changes besides changing the view style.
Is this the default functionality of the 2007 view style? Am i able to change this so the tool tip uses the description property in this situation?
I have did some searches of the forums where it is advised to handle the MouseEnter event of the ultramonthviewsingle, but even with my setting the TipStyleActivity to none, this event never fires.
Any advice is appreciated. Thank you.
Jason
Well, I have followed the instructions in the following thread and that worked.
http://community.infragistics.com/forums/p/17064/229564.aspx
I guess my question still remains is if there are any differences in tool tip usage between the 2003 and 2007 view styles. Anyhow, that thread got me where i needed to be.