Ticket Q488503
Visible to All Users

Scheduler-Report with MonthView and different FirstDayOfWeek

created 12 years ago

Hi all,

I have seen your demo at http://demos.devexpress.com/ASPxSchedulerDemos/Reporting/MonthlyStyle.aspx
I want to start this report with a different first day of week, every week. At based ASPxScheduler I have to use this command for example:

MyScheduler.OptionsView.FirstDayOfWeek = DayOfWeek.Friday

The ASPxScheduler starts correct every week with friday. But the report connected with this ASPxScheduler control seems to ignore this option.

What can I do, to solve the Problem? Maybe can you give me an example?
Thanks in advance for your work.

Answers approved by DevExpress Support

created 12 years ago (modified 12 years ago)

Hi Guido,
Try setting the ASPxSchedulerPrintAdapterBase.FirstDayOfWeek Property. This approach should fix the problem.
We look forward to your feedback once you have had the opportunity to try this approach.

    Comments (2)

      Thanks a lot Sergi.
      Dim _SchedulerReport As DevExpress.XtraScheduler.Reporting.XtraSchedulerReport = (Load Report)
      _SchedulerReport.SchedulerAdapter.FirstDayOfWeek = DayOfWeek.Monday

        You are welcome!

        Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.

        Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.