Making an appointment/event readonly.

I have implemented the Scheduler for ASP.Net MVC. I would like to know how to make an individual appointment/event ‘readonly’ (user cannot edit or delete) based on the values returned from the database for that particular event. I have a property on my model named “read_only” that I am returning from the database.

You need to attach the Readonly extension DHXScheduler.Extensions.Add(SchedulerExtensions.Extension.Readonly);
After that scheduler will set state of the appointments depending on value of the ‘readonly’(without underscore) property