We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Event on CalendarInlineEvent

Hi,

I want to create an event on a CalendarInlineEvent. In fact, I want that when the person click on the event, a method was call to open a new View... Thank for your help!

9 Replies

HM Hemalatha Marikumar Syncfusion Team March 24, 2016 12:52 PM UTC

Hi François,

Thanks for using Syncfusion Support.

We have considered the requirement "event on CalendarInlineEvent" as a feature and logged a feature report regarding this. A support incident to track the status of this feature has been created under your account. Please log on to our support website to check for further updates

https://www.syncfusion.com/account/login?ReturnUrl=%2fsupport%2fdirecttrac%2fincidents  

Regards,
Hemalatha M.R


ZA Zainal Arifin January 4, 2017 07:58 AM UTC

Hi Hemalatha, 

Do you have any update on this issue ?
I can't find in xamarin forms on inline event tap handling. I attach the example, I'd like to add new event when user tap on "(Flood) (Complain) Jeffry Wiyono"

Best Regards,
Afin

Attachment: shot_61d30747.rar


ZA Zainal Arifin January 4, 2017 08:04 AM UTC

Hi Hemalatha,

I'm sorry, I found on this page https://help.syncfusion.com/xamarin/sfcalendar/how-to?cs-save-lang=1&cs-lang=xaml :)

Thanks

Best Regards,
Afin


ZA Zainal Arifin January 4, 2017 08:23 AM UTC

Hi Hemalatha,

I'm sorry, I'm little bit confused of below  code

void Handle_InlineToggled(object sender, Syncfusion.SfCalendar.XForms.InlineToggledEventArgs args)
		{
         string subject = args.selectedAppointment[0].Subject;
		 DateTime startTime = args.selectedAppointment[0].StartTime;
		 DateTime endTime = args.selectedAppointment[0].EndTime;	
		}
in above code, I need to define the index number, while index number is gotten by user tap.
Do you have any idea ?
Best Regards,
Afin


RG Rajkumar Ganesamoorthy Syncfusion Team January 5, 2017 09:17 AM UTC

Hi François,

Thanks for your update.

We have preapred sample to show demo on how to add the custom property in CalendarInlineEvent along with StartTime,EndTime and Subject. Here we have created a custom class which is inherited from CalendarInlineEvent class. In this new class contain all base class API along with our own defined API. In this sample we have defined index api in custom inline class and add this class collection as datasource of the calendar. Please find the sample from below

Sample: http://www.syncfusion.com/downloads/support/forum/123500/ze/CustomInline-2043727421 

Regards,
Rajkumar G 



ZA Zainal Arifin replied to Hemalatha Marikumar January 6, 2017 02:28 AM UTC

Hi François,

Thanks for using Syncfusion Support.

We have considered the requirement "event on CalendarInlineEvent" as a feature and logged a feature report regarding this. A support incident to track the status of this feature has been created under your account. Please log on to our support website to check for further updates

https://www.syncfusion.com/account/login?ReturnUrl=%2fsupport%2fdirecttrac%2fincidents  

Regards,
Hemalatha M.R

Hi Hemalatha,

Do you have any update on this issue ? I've installed the latest version of syncfusion (14.3.0.49), but the issue still occurs.
I'm trying another work around, to activate handling on calendar tap, but this event is called twice.

Please advise

Best Regards,
Afin


RG Rajkumar Ganesamoorthy Syncfusion Team January 6, 2017 09:20 AM UTC

Hi Afin,

Thanks for your update.

Query 1: Calendar Tap event called twice
This issue with fixed with our latest version 14.4.0.20. So could you please update your Essential Studio and check the reported issue.

Query 2:Event on CalendarInlineEvent
InlineToggled event in SfCalendar control will fire when we open the inline view for the specific date. Currently we are facing some issue with InlineToggled event args. A support incident to track the status of the issue has been created under your account.  Please log on to our support website to check for further updates

https://www.syncfusion.com/account/login?ReturnUrl=%2fsupport%2fdirecttrac%2fincidents
 
Regards,
Rajkumar G


AO Akin Odeyale replied to Hemalatha Marikumar March 7, 2017 10:48 AM UTC

Hi François,

Thanks for using Syncfusion Support.

We have considered the requirement "event on CalendarInlineEvent" as a feature and logged a feature report regarding this. A support incident to track the status of this feature has been created under your account. Please log on to our support website to check for further updates

https://www.syncfusion.com/account/login?ReturnUrl=%2fsupport%2fdirecttrac%2fincidents  

Regards,
Hemalatha M.R

Hi, 

What's the status of this feature? It's a needed feature to be able to handle that event ..

How would one go about writing a custom renderer for such a use case in the interim?


RK Rathana Kumar Sekar Syncfusion Team March 8, 2017 11:24 AM UTC

Hi Akin,

We are already implemented the requested feature "Event on CalendarInlineEvent" and we can achieve your requirement by using OnInlineLoaded event of SfCalendar. We have prepared a sample for the same. Please find the sample from the below link.

Sample: http://www.syncfusion.com/downloads/support/forum/123500/ze/calendartest-661588604 

Please let us know if you have any other queries.

Regards,
Rathanakumar S.  


Loader.
Live Chat Icon For mobile
Up arrow icon