Hi,
I am trying to replicate the UI from your ios demo app, where an event spans over multiple days as a coloured bar. (attached)
I had a look at the source in objective c and convert it to c#:
calEvent = new TKCalendarEvent ();
calEvent.Title = “name”;
calEvent.StartDate = (NSDate)startDate;
calEvent.EndDate = (NSDate)endDate;
calEvent.AllDay = true;
calEvent.EventColor = UIColor.Red;
but what I get is an event displayed on the startDate only, not a bar from startDate to endDate.
What am I doing wrong?
Thank you,
Gelu
6 Answers, 1 is accepted
Thank you for your interest in our product.
This a known issue in our current version since it is a priority task it will be fixed in our next release.
I have created an issue in our feedback portal so you can be up to date with the progress on it. Here is link to it.
Your feedback is appreciated and for bringing this to our attention I am adding 500 Telerik points to your account.
Regards,
Sophi
Telerik

Hi Sophi,
Any updates on this issue?
Thanks,
Gelu
The issue is approved and is in development process.
The fix is going to be included in our upcoming release planned for the first half of March.
Regards,
Sophi
Telerik

Hi Sophi,
I've downloaded today the latest release Telerik_UI_for_Xamarin_2016_1_321_3_Dev but the issue is not fixed. Is still not displaying the multi day event as expected. (it shows the event on the start day only)
Was the fix for this issue included in the above (I cannot find the release notes)? Checking the link you provided on the feedback portal it shows as completed.
Please let me know if I need to change anything in my approach or if this issue is still not resolved.
Thank you,
Gelu

Hi Sophi,
Additional to my question above, I've installed the iOS Telerik UI from 'Telerik_UI_for_iOS_2016_1_308_dev.pkg' where the release notes (link below) describe the issue as fixed. I've compiled the examples and run in xcode but the issue is still there.
http://www.telerik.com/support/whats-new/ios-ui/release-history/ui-for-ios-q1-2016-(version-2016.1.0308)
Thank you,
Gelu
Indeed, the required fix was not included in March 8 version of UI for iOS and in the March 21 release of UI for Xamarin. However, we just released a subsequent version 324 of UI for Xamarin where the issue is addressed. Feel free to download it from your account or Telerik Control Panel. The UI for iOS release notes were corrected accordingly.
Regards,
Nikolay
Telerik