Hi,
If only when changing from DayView to WeekView it gives you the DayView, that is because the WeekView inherits the DayView and you actually get the base class. In order to overcome this you have to use reflection and through the
GetType() method to get the ViewDefinition reference's type.
Please let us know if that worked for you.
Kind regards,
Konstantina
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>