Hi,
I am using the UltraDayView control and I am currently showing booked appointments with a tooltip when the user hovers over them.
I don't want the user to be able to click on one and select it. How can I disable the automatic selection of the appointment. At the moment when you click the appointment in the control it activates it and it appears to become editable. I don't want the user to be able to click the appoinment at all.
Thanks,
Chris
Set UltraDayView.CalendarInfo.SelectTypeActivity to SelectType.None.