Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
665
Custom window for appointment
posted

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

Parents
No Data
Reply
  • 665
    Verified Answer
    posted

    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
Children
No Data