For more info: www.devexpress.com/xtrascheduler
For a FREE trial: www.devexpress.com/Eval
The XtraScheduler is DevExpress' scheduling control for WinForms.This lesson demonstrates how to bind a SchedulerStorage to the datasource, how to map all the required data fields for scheduler appointments and resources, how to populate the scheduler's data at runtime, and how to synchronize data that has been changed by end-users with the data in the datasource.
A great intructional video but I learned more from trying to find out why IT DOESN'T WORK. It wouldn't read in existing data and errored when trying to save after allocating a resource. Take a look at 1:17. After she has said how important it is to ensure the mapping are correct, she then leaves the mappings INCORRECT: Color=ID and Id=Model. No wonder it wouldn't save "ID" (pk) to the "CarsID" (fk). It was a string!
JonWilmer 1 year ago