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

Customizing scheduler and adding custom tooltip

Hi ,
     I successfully showed my events in Sfscheduler, but I want to customize this. I refer the document https://help.syncfusion.com/uwp/sfschedule/ui-customization, but I am unable to show that in my scheduler. my requirement is showing the text(Subject) and an symbol in a grid for each event. and when I hover this item mouse pointer will be hand icon and when click on this a popup will open in that I am showing some info about that event. Please find the attachment. please give me solution for this.

Regards,


Attachment: events_39eccc91.zip

1 Reply

SP Subburaj Pandian Veluchamy Syncfusion Team April 25, 2017 07:13 AM UTC

Hi Murali, 
 
Thank you for contacting Syncfusion support. 
 
Based on the provided information, your requirement of customizing the ScheduleAppointment and setting the cursor as Hand icon when hovering the mouse into the Appointment can be achievable in UWP. You can customize the Appointment based on your requirement with the icon using AppointmentTemplate in Schedule. For mouse icon changing, you can use PointerEntered and PointerExited event using this you can the set required symbol while hovering the cursor into the Appointment. For Popup while selecting the Appointment you can use MessageDialog and we prepared simple sample based on your requirement. Please find the below sample, 
 
 
In the sample, we have customized the Appointment as per the provided image and cursor will change as hand icon while moving into the Appointment. While tapping the appointment, you can get the Appointment details in the MessageDialog. 
 
Please let us know, if you need any further assistance on this. 
 
Regards,  
Subburaj Pandian V.    


Loader.
Up arrow icon