This is a migrated thread and some comments may be shown as answers.

Multiday Event - how to do it?

6 Answers 74 Views
Calendar & Scheduling
This is a migrated thread and some comments may be shown as answers.
Gelu
Top achievements
Rank 2
Gelu asked on 04 Feb 2016, 08:38 AM

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

Sort by
0
Sophi
Telerik team
answered on 09 Feb 2016, 08:20 AM
Hello Gelu,

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
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Gelu
Top achievements
Rank 2
answered on 23 Feb 2016, 11:45 AM

Hi Sophi,

Any updates on this issue?

Thanks,

Gelu

0
Sophi
Telerik team
answered on 25 Feb 2016, 12:12 PM
Hi 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
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Gelu
Top achievements
Rank 2
answered on 22 Mar 2016, 07:03 AM

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

0
Gelu
Top achievements
Rank 2
answered on 23 Mar 2016, 01:14 AM

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

0
Nikolay
Telerik team
answered on 24 Mar 2016, 05:08 PM
Hi 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
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Calendar & Scheduling
Asked by
Gelu
Top achievements
Rank 2
Answers by
Sophi
Telerik team
Gelu
Top achievements
Rank 2
Nikolay
Telerik team
Share this question
or