The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
Hello! I plan on using the Schedule control in my new MVC5 Web App. There are multiple Schedulers available but I prefer to use the one from Syncfusion as I have been using your other controls and they have been great. The customization I am looking to have is this:
Make the calendar completely read only (So users can only see the schedule and not add/delete/edit it)
Make the calendar read only but for specific appointments only (For example, an appointment created by User A is visible to User B, but User B can not edit/delete the appointment made the User A So in short, each user can only edit/delete the appointment they made)
Don't let users create an appointment if another one is already created on the same date/time (For example, an appointment was made for 10-11 PM on Monday, now no user should be able to create a new appointment for the same date/time)
Wanted to know if all this customization is possible with the Schedule control. Please let me know. Thank you!
The items can be edited. Please look into this. Thanks
VDVinitha Devi Murugan Syncfusion Team October 3, 2018 12:17 PM UTC
Hi Aman,
Thanks for your update.
In MVC sample, args.type is checked as 'editor’ instead of ‘Editor’ in onPopupOpen function which is the cause for the issue. Please refer the below JS sample for your reference.