Hello,
I am looking through the online help and I am not finding the info I need...
So I have a few questions....
1) My first question....
this.c1Schedule1.DataStorage.AppointmentStorage.Mappings.AppointmentProperties.MappingName = "Properties";
What exactly is properties? What kind of field should it be mapped to in the scheduler table?
2) Can the this.c1Schedule1.DataStorage.AppointmentStorage.Mappings.IdMapping.MappingName be mapped to a integer field in the table? (Is there a place where to find this info?)
3) Is there someway to bind the this.c1Schedule1.DataStorage.AppointmentStorage.DataSource to a DataView? Is that possible? I am also getting a exception when I try to bind this DataSource to a DataTable....
Regards,
---Dave