I am trying to display more owners in the UltraMonthViewSingle control. I have increased the MaximumOwnersInView property, but all that seems to do is scrunch the width until the calendar is unreadable. Is there any property that will let me add a second or third row of owners to this control?
Hello ,
You need to set OwnerDisplayStyle to Separate
http://help.infragistics.com/Help/Doc/WinForms/2015.1/CLR4.0/html/Infragistics4.Win.UltraWinSchedule.v15.1~Infragistics.Win.UltraWinSchedule.UltraMonthViewSingleBase~OwnerDisplayStyle.html
Please let me know if you have any further questions.
The OwnerDisplayStyle is already set to Separate. See the attached pics for what I am currently seeing and what I would like to see.
Owners are positioned side by side and not one below other because horizontal scroll bar is used for navigating via the time line. So the only way to reposition owners is to use creation filter, please see attached sampel.
What would I have to do to adapt your sample to the day view and the week view?
Hello,
My advice is to log this as new product ide here : http://ideas.infragistics.com, so we could track down this idea and implement it in some of our feature volume releases.
Steps to create your idea:
1. Log into the Infragistics Product Idea site at http://ideas.infragistics.com (creating a new login if needed).
2. Navigate to the product / platform channel of your choice (e.g. WPF, Windows Forms, ASP.NET, HTML5 / Ignite UI, iOS / NucliOS, etc.)
3. Add your product idea and be sure to be specific and provide as much detail as possible.
Explain the context in which a feature would be used, why it is needed, why it can’t be accomplished today, and who would benefit from it. You can even add screenshots to build a stronger case. Remember that for your suggestion to be successful, you need other members of the community to vote for it. Be convincing!
[CASE: “Reference case [case number], FORUMS: “Include a link to this thread”] in your idea so product management will be able to look back at this case.
Thank you for using Infragistics components.
The month and week controls are working fine. I gave up on the day control per your advice.
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.
Yes, I’ve talked about UltraDayView, for this component the better approach would be just to use two components and to separate owners between them.
I figured out how to get the WeekView working. It's the DayView that is the only one I can't figure out. Is that what you meant in your commment? I don't really see how to make that one work with the timeslots running down the screen.