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
close icon

Schedule WeekView : Event in day bar

Hi,

It's possible to catch a click event on day bar in weekview ? (in red box on attach file screenshot)

Thanks,

Romain ROUBAUD



Attachment: Screenshot_20170912074436_f92bd8db.zip

6 Replies

SP Subburaj Pandian Veluchamy Syncfusion Team September 13, 2017 09:30 AM UTC

Hi Romain, 
 
Thank you for contacting Syncfusion support. 
 
Currently we don’t have support to trigger an event while tapping the Schedule ViewHeader in Xamarin Forms, could you please give more information about your requirement of using this feature? It will be helpful for us to consider while implementing the same. 
 
Note: We have CelTapped event of Schedule, it will trigger while tapping the Schedule cell timeslots and gives DateTime and appointment details. Please refer our online user guide documentation for the same by the below link, 
 
 
Regards, 
Subburaj Pandian V 



RO Romain September 14, 2017 07:36 AM UTC

Hi,

Thanks for your answer.

I want to developp a function to switch from weekview to dayview when you clicked on aday.

Native schedule on Android have this function (l.e screenshoot on attach file).


Kind Regards,

Romain ROUBAUD





Attachment: Android_schedule_b3e24d8f.zip


SP Subburaj Pandian Veluchamy Syncfusion Team September 15, 2017 11:45 AM UTC

Hi Romain, 
 
Thank you for the update. 
 
we have considered to implement this mentioned feature “TapGesture support for the Schedule ViewHeader” in Xamarin Forms and logged feature report for the same. We will implement and include this feature in our upcoming Volume 4 main release which is expected to be available by first week of November 2017. We will let you know once the implementation has done, we appreciate your patience until then. 
 
Regards.
Subburaj Pandian V   



RO Romain September 15, 2017 12:57 PM UTC

Ok thanks




SG Swathi Gopal Syncfusion Team January 5, 2018 12:22 PM UTC

Hi Romain, 
 
We are glad to announce that our Essential Studio Volume 4 SP 1, 2017 (v15.4.0.20) is rolled out along with support for getting date time detail when tapped header and view header in Schedule Xamarin Forms and is available for download under the following link. 
  
 
                                         
[c#] 
  
       schedule.ViewHeaderTapped += Schedule_ViewHeaderTapped; 
  
       private void Schedule_ViewHeaderTapped(object sender, ViewHeaderTappedEventArgs e)
        { 
              //tapped date details in view header.             
              var dateTime = e.Datetime;
        } 
  
  
  
We thank you for your support and appreciate your patience in waiting for this release. Please get in touch with us if you would require any further assistance. 
  
Regards, 
Swathi G 


Loader.
Live Chat Icon For mobile
Up arrow icon