Hi All,
I am using UltrawinCalander now when we create all day event it shows that event on the top most area of ultrawincalander.
when i create an event programatically then it creates an event and displays as a big event in entire day from 00.00 to 24.00
Moreover if the start date and end date of the appointment are diff means start date is 12/08/2009 and end date is 15/08/2009 then it displays event at the top but if the start date and end date is same and its all day event in that case it doesn't create at the top.
Can any one help.
Regards,
Carlton
I assume you are referring to the UltraDayView control herein; the Appointment object exposes an AllDayEvent property, and setting this property to true is what causes the appointment to appear "on the top most area of ultrawincalander".
I did that but still the appointment is not appearing in the top most area.I even looked into the sample of ultradayview there it works fine but in my application if i create all day even for a single day then it displays a event detail box in entire day and when i create all day event for which startdate is today and end date is tomorrow then it displays in top most area.
Any Idea on this?