Can you provide an example of how to use/display the Activity dialog box outside of the calendar. I want to allow my users to add/modify appointments using this dialog without having them click on a calendar item.
Hi,
You can use the DisplayActivityDialog method of the XamScheduleDataManager to open the appointment dialog of an existing appointment or to create a new one.
http://help.infragistics.com/Help/NetAdvantage/WPF/2010.3/CLR4.0/html/InfragisticsWPF4.Controls.Schedules.v10.3~Infragistics.Controls.Schedules.XamScheduleDataManager~DisplayActivityDialog.html
Thanks,
Diyan Dimitrov