Hi,
Is there a way to hide the ScheduleCurrentDayHeader that is used by the UltraDayView control?
Hi Ziv,
Yes, you are correct. When the owners’ headers are visible my Creation Filter fails. However, you can use same approach and when owners’ headers are visible. Attached is a sample showing how to implement this.
Please let me know if any additional questions arise.
Hi Milko,
We've tested your sample and it works great without any owners in it.
When we add an owner - suddenly we cannot see the owner header as well.
See attached solution and image.
Is there a way around it?
Thanks,
Ziv
Thanks for the answer.
IS it possible maybe to prevent the DayHeader UIElement from being created using the BeforeCreateChildElements method?
Hello Ziv,
Right now UltraDayView does not allow you to hide the DayHeaderArea. What you can do to achieve this is remove UltraDayViewUIElement via CreationFilter. Attached is a small sample showing this approach. Please check my sample and let me know if this is what you are looking for or if I am missing something.