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
285
UltraDayView week style: Adding new day label row on header
posted

Hi,

We are using Infragistics 15.2 in our vast project. We are facing a challenge with UltraWinSchedule controls for UltraDayView.

The UltraDayView controls is binded with UltraCalendarInfo and it will take care of resources and appointments for that. We have created a week control using the existing UltraDayView control and changing the grouping style according the Day or Week in a view. We have applied a caledar look with some customized appearance and we are not using the Outlook style for that. We have also used a CreationFilter to draw the appointments, tooltip, subject, etc.

We tried expanding the DayViewHeaderAreaUIElement in creation filter but didn't succeed. How can I have a similar Week like in Outlook. Here we are not allowed to use Outlook style because in outlook style the same is already been created.

Could you please help us on this as early as possible?

Thanks & Regards,
Ashish

Parents
  • 469350
    Offline posted

    Hi,

    It may not be possible to do this. CreationFilters are a powerful tool, but they have some limitations and one of those is that you are only changing the control's drawing. So if you want to add a new element into the control, you have to move other elements around to make room and the control won't necessarily work right if you move certain elements.

    I'd be happy to try it out and see if I can create a sample that does this, but I'd like to make sure I understand exactly what you want. You posted a screen shot here, but I'm not sure what I am looking at. Are those owners at the top there? Is that the existing control already doing that? Or is that the extra row you want to add in? If it is, then it seems like you also want that row to be interactive. Presumably that arrow and the x there would be clickable. Is that right?

    If those are not already owners, then have you considered using the Owners functionality instead of trying to do this with a CreationFilter?

Reply Children