Hello,I recently had a few customers asking the same questions.How to include a xamSchedule control in a WinForm application and customize the appointment dialog to hide the reminder.Valerie
Hello,
In order to prevent the reminders from showing in the dialogue form you need to re-template the ActivityDialogRibbonLite removing it from the Control Template.
You can then create a Schedule dialog factory class (i.e., a class derived from ScheduleDialogFactoryBase) to supply the dialog manually, set the XamScheduleDataManager.DialogFactory property to an instance of this class and inject your style into the dialog when you are asked to create the dialog in the factory’s override of CreateActivityDialog.
Sincerely,
Valerie
Developer Support Engineer
Infragistics
www.infragistics.com/support
Here is the sample.
Hello Valerie,
I have a Custom appointment dialogue (a user control) for inserting a brand new appointment. I would like to:
1) Close it (via MVVM)
2) Notify the datamanager that something has changed.
I couldn't find a sample.
Can you point me in the right direction?
Roberto