Hello,
I am looking at using my existing window to create an appointment to match my custom data.
I already have the window setup I just need to hook it up to the correct event.
I have seen some solutions using - MyCustomDialogFactory but I dont think that's what I want
If there's no solution that can allow me to use my own window how do i customize the appointment window to include my own controls such as combo editors with populated data, grids etc.. Also the data that I am creating needs to be stored in a database so after the appointment has been created I need to be able to get the custom appointment data to be able to save it in my tables
Thanks, Grant
Nevermind, I seemed to have found the answer. It was an event on the datamanager:
<ig:XamScheduleDataManager
ActivityDialogDisplaying="OnActivityDialogDisplaying">
Then in the event you can call e.Cancel and do your own logic