I work with visual environment net 2010.
Calendars an Scheduling
When I have in the control Ultracalendarlook in property view style---> office 2007
on having done clik in the certain hour adds a appointment.
Alone I want to add a appointment by means of dialogue doing double click.
Since I can annul the possibility of adding notes directly doing click?
Thank you
First you need to set the UltraDayView's ShowClickToAddIndicator property to false.
Second you need to add an event handler for BeforeAppointmentEdited on the UltraDayView control, and cancel the event through the event args.
Hope this helps.