Hi, I am trying to create a calendar application for managing appointments. When adding a new appointment or editing an existing one, there is a default dialog box that pops up where you can input your information. It has a fair bit of extra functionality that I don't really want / need, and I was wondering if there was a way to edit it. From what I have read so far, if you want to edit it, you need to basically create your own form from scratch, and display it instead of the default by handling the BeforeDisplayAppointmentDialog event. Although I could do this, it seems excessive, since I want to keep the majority of the functionality from the default, with just a few adjustments. I guess my question is this: is there a way for me to get the code for the default dialog box so I can use that as my starting point? Or is there maybe a better way altogether that I just don't know about yet? I'm still pretty new to Infragistics, so any help would be appreciated. Thanks.
Hello Riley, Thank you for contacting Infragistics. Unfortunately no. A similar question was asked in thread linked below; although awhile ago, still holds true.
https://es.infragistics.com/community/forums/f/ultimate-ui-for-windows-forms/19819/how-to-modify-appointment-dialog-box-coming-in-ultramonthviewsingle/74165
You can suggest new product ideas for future versions (or vote for existing ones) at <www.infragistics.com/.../ideas>. Submitting your idea will allow you to communicate directly with our product management team, track the progress of your idea at any time, see how many votes it got, read comments from other developers in the community, and see if someone from the product team has additional questions for you. Remember when submitting your idea to explain the context in which a feature would be used and why it is needed as well as anything that would prevent you from accomplishing this today. You can even add screenshots to build a stronger case. Remember that for your suggestion to be successful, you need other members of the community to vote for it.
Ahh. Ok, yeah I read that post while trying to figure it out, but I was hoping things might have changed since it was from a long time ago. That's ok. Thanks for your help!