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.
Hello,
First I found bug/typos in my sample in calculation of ownerHeight it should be
int ownerHeight = (int)Math.Floor(parent.Rect.Height / rowsCount);
for UltraWeekView you could use exact the same code to achieve your goal. So you could use code like:
ultraMonthViewSingle1.CreationFilter = new MyCreation();
ultraWeekView1.CreationFilter = new MyCreation();
About UltraWeekView , my advice is to use 2 components because approach with creation filter become too complicated because of the TimeSlotDescriptor.
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.
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.
The month and week controls are working fine. I gave up on the day control per your advice.
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.