We are trying to create a customized appointment dialog for the xamSchedule control. We need to be able to include additional fields on the dialog. The documenation states that it is better to use the AppointmentDialogCore. How would we go about doing this?
Hello,
You can customize the appointment dialog by re-template of the AppointmentDialogCore. You can get its template from DefaultStyles folder where the product is installed i.e. “C:\Program Files\Infragistics\NetAdvantage 2010.3\Silverlight\Default Styles\Schedule”. The template for AppointmentDialogCore is in generic.xaml file. Hope this helps.
Thanks,
Diyan Dimitrov
Hi,
I have tried modifying (i.e. removing some controls that I dont want to be displayed) generic.xaml placed in my C:\Program Files\Infragistics\NetAdvantage 2010.3\Silverlight\Default Styles\Schedule
However, when I run my application, I still see the the controls i.e. the changes are not reflected. Can you please let me know what am I doing wrong here?
Deven