I am using the winschedule UltraDayview. I am trying to print from 9am to 6pm on one page with day intervals of 10 minutes. When I print it automatically switches to 15 minutes. If i tweek it and by reducing the ending time we may get 12 minutes but it is not acceptable. I tried reducing the size of the font with the following command.
DayViewControl.TimeSlotDescriptorAppearance.FontData.SizeInPoints = 3
The font is smaller but it still prints by 15 minute interval.
What can I do to solve this.
Thanks
Hello,
I am just checking about the progress of this issue. Let me know If you need any further assistance on this issue?
Thank you for using Infragistics Components.
Hello,
thanks for you follow up.
I have not found a solution yet.
I did a workaround by printing one day on 2 pages, this is working fine, but is not 100% what my client needs, so If you have a solution for it, it' still welcome.
Thanks for your help
Best regards
Rudy
Hello Darudyken,
After some research, this issue has been determined to be a new feature request. I have sent your feature request directly to our product management team. Our product team chooses new feature requests for development based on popular feedback from our customer base. Infragistics continues to monitor application development for all of our products, so as trends appear in requested features, we can plan accordingly.
We value your input, and our philosophy is to enhance our toolset based on customer feedback. If your feature is chosen for development, you will be notified at that time. Your reference number for this feature request is FR14025.
If you would like to follow up on your feature request at a later point, you may contact Developer Support management via email. Please include the reference number of your feature request in the subject and body of your email message. You can reach Developer Support management through the following email address: dsmanager@infragistics.com
Thank you for your request.
Sincerely,
Hristo
Developer Support Engineer
Infragistics
www.infragistics.com/support
Can you please tell me this issue is resolved or not?
Premi
The issue discussed in this forum thread and thereafter in the private case is by design, since our component was designed based on “MS Outlook” calendar. The TimeSlotInterval property is manipulated so as to fit all the timeslots on one page, in emulation of MS Outlook. In this scenario, the StartTime and EndTime properties were not set, meaning the defaults were used (9AM - 5PM), which can't fit on one page unless TimeSlotInterval is set to 20 min.
From the help topic for MaximumPagesPerDay property:
http://help.infragistics.com/Help/Doc/WinForms/2013.1/CLR4.0/html/Infragistics4.Win.UltraWinSchedule.v13.1~Infragistics.Win.UltraWinSchedule.UltraSchedulePrintDocument~MaximumPagesPerDay.html
Note: Time slots are only ever rendered on the first page. The second page will only be used for the various notes sections. If set to 2 and none of these sections are included, only 1 page will be output.
So this issue was determine to be a new product idea.
Please let me know if you have any further questions.