Hello all,
How do I display the alldayevents in the time slot area highlighting all the time slots from 12:00 to 12:00?
I don't want to display in AllDayEventArea.
Thanks
Hello,
Is this something that you would like after adding or updating an Appointment?
Let me know if you have any questions with this matter. Thank you.
I have records at the backend.On initial display I need to display alldayevents appointments in the timeslotarea rather than alldayeventarea.
Also when activity added or on update also ,it should be displayed in the timeslotarea only.
Hello Duane,
I have attached two images. This is on the sample page of Infragistics(FullPage sample under webschedule).Link is.
https://ko.infragistics.com/samples/aspnet/schedule/full-page-sample.
Right now what is happening is ,I have added more number of appointments for AllDayEvents in the sample.You could see the overflow of the AllDayEventArea making the timeslotarea smaller.
I need to display either scrollbars for this area or I need to display all the alldayevents in Timeslotarea.
Any help is appreciated.
Hello ssvan,
This is just a follow on whether you're able to use the ActivityAdding and ActivityUpdating events for displaying the appointment in the timeslot area.
Let me know if this works for you. Thank you.
Hi Duane and the Infragistics Team!
I am having the same problem (v8.1). Yours is a good idea but, for the most part, I don't think your solution will work on this problem. Since the issue is an "overflow" of AllDayEvents, your solution would then dump these ADE Activities in the TimeSlot area usually as some fixed (Unassigned/Defaulted) time like 12:00am or 6:00am because the user is not specifying a time (its all day, or any time, within the day) you could think of these as To-Dos'
They will then bunch up at that default time (think 10 or 20+) all at the same time in one time slot making them unreadable and practically unaccessible.
I am considering a workaround where I turn off alldayevents on my Primary (TimeSlot) WebDayView and create another WebDayView just for Alldayevents by setting the min height of the alldayeventstyles to a value which minimizes its Timeslot area. Would be great if i could turn off timeslot area here but dont see that option either so I'll just use colors to hide whats left of it at the bottom
REALLY though a scroll bar option on the AllDayEvent area would be IDEAL!!!
In the ActivityAdding and ActivityUpdating events you can use the following code to display the appointment in the time slot when an appointment is added as an all day event:
if (e.Activity.AllDayEvent){ e.Activity.AllDayEvent = false;}
Sincerely,Duane HoytDeveloper Support Engineer, MCTSInfragisticshttp://ko.infragistics.com/support