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
465
Appointment Dialog
posted

Hi,

I'm posting because I could not find my answer in forum. is possiible open a form create by me instead of Appointment Dialog? Or how can I create a Appoitment Dialog?

 

Tks

Parents
No Data
Reply
  • 265
    posted

    Hi

    Hook to the following calendar info event

    public

     

    event DisplayAppointmentDialogEventHandler

    public

     

    void CalendarInfo_BeforeDisplayAppointmentDialog(object sender, Infragistics.Win.UltraWinSchedule.DisplayAppointmentDialogEventArgs e)

    {

    e.Cancel =

    true;

    ShowYourForm()

    }

Children
No Data