Hi,
I am using UltraDayView/UltraWeekView with multiple owners and right now i can see the Time Intervals only on the left hand side.
Can it be displayed on both the side i.e left as well as on the right hand side?
Thanks,
Chitra
Hello Chitra,
I am just checking about the progress of this issue. Let me know if you need my further assistance on this issue.
Thank you for using Infragistics Components.
Hi Chitra,
Thank you for posting in our forums.
What you can do in your case is to use two UltraDayViews and an UltraPanel. Put the two DayViews into the panel and position them one next to another, so that you can see the time slot intervals and time slots themselves from the left one and only the time slot interval and the scroll bar from the right one. Then you will need to synchronize the scrolling between the two controls using the BeforeScroll event. Also you should use identical settings, calendar info and calendar look for both DayViews.
I have attached a sample which demonstrates this approach.
Let me know if you have any additional questions.