Two stage load data for apointments

I used to Telerik, but now I try use Syncfussion in my app(Xamarin Forms, Android).
I display the user events on the calendar.  The problem is that the events can be a lot of, data are in the database, this adds the load time of the page.
Users do not like to wait :). So I use the following scheme:
- I cache brief information about the events in memory

SfCalendar  has the ability to display events when you click(this was not in Telerik).

Now I want to use this user case:

1. I cache brief information about the events in memory and show it in SfCalendar.
2. When user click by data load detail information and show it. Is it possible?
   To do this, I need to replace the data already received for the selected date.
   Any ideas?




3 Replies

VA Vinnalan Aravazhi Syncfusion Team December 5, 2017 01:09 PM UTC

Hi Robert,

Thanks for contacting syncfusion Support.

We have checked your requirement and we created the sample which satisfies your requirement. In this sample we made the calendar events to appear when the corresponding date is clicked, this behavior is achieved through SelectionChanged event. Please find the sample from the below link.

Sample: http://www.syncfusion.com/downloads/support/forum/134884/ze/F134691-1471226011 

Please let us know if your requirement differs and if so provide some additional details with steps so that we can analyse further with the possibilities with SfCalendar control and help you achieving it.

Regards,
Vinnalan K A.
 



RO Robert December 7, 2017 06:08 AM UTC

Thank you very much. This is good example.


VA Vinnalan Aravazhi Syncfusion Team December 8, 2017 04:12 AM UTC

Hi Robert,

Thanks for the update.

We are glad to know that you have achieved your requirement.

Please let us know if you have any other query.

Regards,
Vinnalan K A.


Loader.
Up arrow icon