Only the axes are zoomed, but series are not clustered and the zoom has no effect on them. This happens only on device, on emulator it works fine.
The first time our system navigates to a page with a RadSideDrawer, the page loads as expected when we set: text values, drawer length etc.... in the code behind. However, when we navigate away from and navigate back to the page with the RadSideDrawer, it seems so only show was statically set in xaml. It does not show the dynamic values we set in the code behind even though those values seem to be set successfully.
We have a RadCalendar and we set the CalendarViewMode to "Year". And we tap on an arbitrary month in order to open it (change the ViewMode to "Month"). EXPECTED result: The selected (tapped) month is opened, i.e. the ViewMode is changed to "Month". And this is happening on Android. ACTUAL result: On iOS the result is this exception: System.InvalidCastException: Unable to cast object of type 'TelerikUI.TKCalendarYearPresenter' to type 'UIKit.UIView'
please help me i am using telerik control for ios using xamarin how i can use selected date event handler in telerik control thank you.