On a UltraMonthViewSingle control. When I have more than 1 appointment for a particular day (they are both full day appointments), there is a small arrow on the day that says "Click for more appointments". When I click this arrow nothing happens.
Is there something I have to do or a property that must be set to make this show the other appoinments for the day?
Thanks,
Eric
Clicking that indicator causes the MoreActivityIndicatorClicked event to fire. Typical use is to hide the MonthViewSingle control and show an UltraDayView, i.e., provide a more detailed view of a particular day's activity.
Hi,
I've the same PB.
Can i use this button to scroll the apointments of the day in the MonthViewSingle control ? (more than 4 app)
No
Use the event to load a day view.