I am working on a desktop application using C#. I am using UltraDayView on a screen. I have disabled Auto AppointmentAdd and doubleClicking any appointment contro is transfered to another screen which inputs data for the appointment and saves it to database. Back on the scheduler screen i load appointments from database and the appointments are displayed in the UltraDayView.
User can double click the appointment to edit its contents.
The problem is user can select an appointment in the UltraDayView and resize it.
I want it not to get resized by the user.
I could not find a way.
Please suggest me a solution
Thnx in advance
Azif
Hi ,
I am developing a C# application with ultradayview.I am getting all user and appointments from database.I need to show the appointments assigned to the users in ultradayview and when user clicks on a particular appointment i need to pass that appoitntment ID to another form.
Also how can i set the owner of the appointment?So that if i select a no of user from listview,the ultradayview will show the appointments owner wise.
AS am quite new to infragistic can someone help me on this?
Rickson
Hi
Thank you so much [Infragistics] Brian Fallon. The solution was really helpful. Thank you once again
Handle the BeforeAppointmentResized event, and set the Cancel property of the event arguments to true.