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
287
How to modify Appointment Dialog box coming in UltraMonthViewSingle
posted

Hi...

How to add a combo box to the appoinment dilaog box coming on click on UltraMonthViewSingle and according to the value in combo box also need to change color of appointment appearing in MonthViewSingle control ??

Also is it possible to chnage the title and exisitng properties of this appointment dialog ?? - as i need to chnage it to Event...

--Sumit

Parents
  • 69832
    Verified Answer
    Offline posted

    The general answer to both your questions is no, not really - the AppointmentDialog class was not designed with extensibility in mind, since there are too many possibilities for us to realistically cover. The recommended solution to a problem like this one is to handle the BeforeDisplayAppointmentDialog event, cancel it, and display your own custom dialog therein. If you have access to the source code, you could use the existing implementation as a starting point, then make modifications as needed.

Reply Children