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

Tap event on schedule or appointment

In SfSchedule for xamarin.Android, the SFSchedule class has a method called ScheduleTapped which allows handling of a tap event on the schedule. However, I can find no such method in iOS. How do we react to a tap event in SFSchedule for Xamarin.iOS?

3 Replies

SP Subburaj Pandian Veluchamy Syncfusion Team September 6, 2017 05:43 AM UTC

Hi Ian, 
 
Thank you for contacting Syncfusion support. 
 
Your requirement of triggering the event when tapping the Schedule in Xamarin.iOS can be achieved using CellTapped event, other events such as CellDoubleTapped and CellLongPressed also available. You can refer our online user guide documentation for the same by the below link, 
 
 
Please let us know if you have any query on this. 
 
Regards,   
Subburaj Pandian V.  



IA Ian September 6, 2017 06:08 AM UTC

Hi Subburaj,


Thanks for the reply. Is the CellTapped event a method in the SFSchedule class? Because I can't seem to use it. For example the following code:


SFSchedule schedule = new SFSchedule();

schedule.CellTapped += someMethod;


results in a compile error as "SFSchedule does not contain a definition for CellTapped"


Am I missing something? Is there some other library or something I need to import? Could I perhaps be using an old version that didn't contain these methods?



SP Subburaj Pandian Veluchamy Syncfusion Team September 7, 2017 05:00 AM UTC

Hi Ian, 
 
Thank you for the update. 
 
Could you please let us know which update version you’re using the Schedule? Syncfusion.SfSchedule.iOS assembly is enough to run the Schedule sample in Xamarin.iOS, we have prepared sample as per our latest Essential Studio Volume 3 SP1, 2017 (Version 15.3.0.29) update. Please find the below sample, 
 
Sample link: SfSchedule_iOS 
 
Could you please confirm us which version Schedule you’re using we will check on it and provide you the solution. 
 
Regards,  
Subburaj Pandian V  


Loader.
Up arrow icon