This example demonstrates how to show appointments in a simple scheduling application using MVC Scheduling Extensions bound to data. We suggest that you review it if you are a first-time user of the ASP .NET MVC Scheduler.
Note that the scheduler is in read-only mode to make the code easier to understand.
This project is created by following the step-by-step guide of the Lesson 1 - Use Scheduler to Display Appointments in Read-Only Mode.
To learn how to implement the appointment editing functionality, review step-by-step guide in the Lesson 2 - Implement Insert-Update-Delete Appointment Functionality and see the result in the E3984: Scheduler - Lesson 2 - Insert-Update-Delete appointment feature example.
The SchedulerExtension.Bind method overload allows to hide specific appointments and resources. In this example it is used to hide appointments with "Test" in their subject lines and resources containing "TEST" in their captions. Note that the final data binding, i.e. a call to the SchedulerExtension.Bind(object appointmentDataObject, object resourceDataObject) should be placed after the call to the Bind method overload which filters appointments.
Question Comments
Added By: Luke Grews at: 5/24/2012 11:52:44 AM
Great work DX!
Can't wait for the release, this looking good!
Any chance of a BETA soon to test our MVC Scheduler?
Regards
Added By: Aakash Bashyal Bashyal at: 7/28/2015 5:34:52 AMI did not got my Appointment Displayed!! Please help .
Added By: George (DevExpress Support) at: 7/28/2015 6:20:09 AMHello,
To process your recent post more efficiently, I created a separate ticket on your behalf: T272195: Appointments doesn't displayed. This ticket is currently in our processing queue. Our team will address it as soon as we have any updates.