I have a Calendar with a lot of appointments on a single day but I can't figure out how to scroll to them. Is there a way for a user to extend or view the appointments on a single day (there are little arrows at the bottom of the day but it doesn't seem to do anything.
Maybe there is a property I am missing that allows some type of scrolling or something. If not a property, can u suggest a way of viewing all the records on a given day?
Thanks that is what I needed. Is there any example how people are handling this option (I just simply displayed a dialog with all the reservations on a given day but are there examples of different ways for handling this (maybe an example someone had done I can swipe).
Hello haessd,
As it turns out, clicking the arrow fires the MoreActivityIndicatorClicked event. You could handle that event, then hide the MonthViewSingle, and then show the DayView control with the ActiveDay set to the day provided in the EventArgs. This is the behavior seen in Outlook, which our controls were designed to emulate.
I was able to reproduce the issue you described.
I have submitted this as a development issue to our engineers. I have sent you more details about the development issue in a support case that I created.