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

Regarding Schedule event editor

Hi,


Queries are regrading schedule. 
  1.  I am implementing logic to edit event. I have customized the event editor template.  Now i want to understand how can i register click event on save button and update the event data in backend through rest call and on UI also.
  2. I want to apply filter on display events so it should display filter output fetch from rest call. Here i want to understand how can i update the data manager to render newly filter output from rest call.



Thank You,
Rakesh Sorathiya.


1 Reply

VD Vinitha Devi Murugan Syncfusion Team December 23, 2019 12:11 PM UTC

Hi Rakesh, 
 
Syncfusion Greetings. 
 
We can perform CRUD operations using DataManager and for the same we have prepared a sample with Rest API and UrlAdaptor  
 
 
 private dataManger: DataManager = new DataManager({ 
    url: "http://localhost:9876/api/Url", 
    crossDomain: true, 
    adaptor: new UrlAdaptor() 
  }); 
 
Kindly refer below UG link. 
 
 
By default, Scheduler renders the data based on the current view date range(Load on demand basis). 
 
Kindly try the above sample and let us know, if you need further assistance on this.  
 
Regards, 
M.Vinitha devi 


Loader.
Live Chat Icon For mobile
Up arrow icon