Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
620
show single day app in a monthly view
posted

Hi, i use an ultratimelineview and i view the appointments in a monthly view (every column is a day). If i select more days i can add appointment with the code:

UltraTimelineView1.CalendarInfo.Appointments.Add(UltraTimelineView1.SelectedDateTimeRange.StartDateTime, UltraTimelineView1.SelectedDateTimeRange.EndDateTime, nota).Owner = UltraTimelineView1.ActiveOwner

and i can see this appointment and i can change this interval with drag and drop or move etc..

now my prob, if i try to do the same with a single day i create the appointment but i dont see it in my control. I dont know if i need to change some options for see the single day appointment in this "view" or what. The appointment exist but i cannot see it. if i select an exist appointment and change it until a single day appointment i can see but if i create it by code no. I dont understand.

tks for help.

Luca

Parents
  • 53790
    posted

    Hello Luca,

    Thanks for attached code. I made small sample using your code and I try to reproduce your issue using our latest available version 12.1.20121.2038. During my test everything works properly nevertheless that I select a single day or few days, I was able to create an appointment and it is visible. Please take a look at the attached video file and let me know if you think that I miss any specific steps to reproduce your issue. Also could you please tell me what is your current version and do you have anu installed service release and which one.

    Please do not hesitate to write me

    Regards

    Video078.rar
Reply Children