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
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.
Thanks for the reply, Brian !
my next query is - How to get the source code of infragistics ?
and pls also suggest in getting the custom pop-up instead of the appointment as we also have to add a entry into the calendar after user select details on the custom po-up..