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...
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.
Hi Matt -
I understand that you can get the WebSchedule components to open your own custom form, but I have a 3 follow-up questions.
1) How difficult is it to use the existing recurrence functionality with your own form (Recurrence selection, Occurrence/Series selection, etc.)?
2) Are there any challenges with getting the proper events to fire (AddActivity, AddVariance, AddRecurrence, UpdateActivity, etc.)?
3) Are there any samples that show this for ASP.Net?
Thanks!