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
40
Change the content in the appointment dialog
posted

Hi all,

I am new to Infragistics and am presently working on the tool.

I have an issue with the new appointment dialog which gets launched on double clicking the UltrawinSchedule's UltradayView or the UltraWeekView control(s) in Infragsitics.

I want to change the content in the appointemnt dialog..for example, the "New appointment - Appointment" title of the dialog should be customized.

I dont want thte user to see the barcolor control, the description and the Action tabs.

Basically i want to customize the whole dialog to my choice.

Can any one let me know as to how exactly this can be done?

And also can anyone enlighten me as to how the appointment dialog gets instantiated?

Any help in this regard will be very much helpful for me in the studying the tool..

Best regards...

Parents
  • 5118
    posted

    WinForms Samples Browser -> WinSchedule -> Appointment Dialog 2007 example or Outlook 2003 Appointment Dialog example.. both show how to customize the dialogs...

    Basically handle the UltraCalendarInfo's BeforeDisplayAppointmentDialog event and set e.Cancel = true and then show your own.

    Now you posted this in the ASP.NET forum and if that is the case you can assign the AppointmentFormPath of the WebScheduleInfo to load another page for the AppointmentDialog, or you can modify the one it shows by default already (/ig_common/20082clr20/Forms/WebSchedule/AppointmentAdd.aspx). 

     Several options available for both the WinSchedule and the WebSchedule elements.

Reply Children
No Data