Hello Experts,
Is it possible for you to Drill Down from WebWeekView and shows only a single Day Activities?I also want to have same appearance as WebWeekView single day on Drill Down page.
I appreciate any help on this.
WebWeekView only displays 7 days at a time.
You could handle Click and DblClick events client-side, and navigate the browser to a new page URL that has that date's display of activities on it (for instance, using a WebDayView on this new page), but if you want the same box-like appearance that appears inside of WebWeekView then you will have to render that box-like appearance yourself. We have no control for that.