Hello,
Is there a way to change the calendar tooltip? I'm using it for the first time, but the info of the appointments are chopped into many lines... I'm sending you an image to see what I mean.
Thank you
There is no way to change the tooltip, but you can set the TipStyleActivity property to 'None', which will switch them off altogether, and then use the control's MouseEnterElement event to show a custom tooltip (i.e., use the .NET ToolTip component, or our UltraToolTipManager component). Note that you can also use the MouseLeaveElement event to hide them
Ok. I've tried to use the UltraTooltipManager - which is better for my case - but I can't seem to get it done, since the Appointments of the dayview or the weekview don't get tooltips. How can I do that? Can you please provide me with a code example? I would really appreciate it!
Thanks!