Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Silverlight > Scheduler > Start Month View with Monday

Not answered Start Month View with Monday

Feed from this thread
  • Ryan avatar

    Posted on Jan 20, 2012 (permalink)

    I would like the days of the week to be ordered: Monday, Tuesday...Sunday on the Month View.  Currently it starts Sunday, Monday...Saturday.  How do I go about changing this?

    Thanks.

    Reply

  • Dani Dani admin's avatar

    Posted on Jan 23, 2012 (permalink)

    Hello Ryan,

    You can use the FirstDayOfWeek property of the MonthView definition:
    <telerik:MonthViewDefinition FirstDayOfWeek="Monday"/>

    Hope this helps.

    Greetings,
    Dani
    the Telerik team
    Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

    Reply

  • Ryan avatar

    Posted on Jan 23, 2012 (permalink)

    Thank you but I still seem to be having an issue with this.
    When I attempt your solution in the xaml for the RadScheduler, the only two attributes available to me are x:  and xmlns

                    <telerik:RadScheduler>
                        <telerik:RadScheduler.MonthViewDefinition x:Name="monthDef" />
                    </telerik:RadScheduler>

    If I go into the code behind, and do monthDef. I have the following properties available: 

    Dispatcher, LargeChangeInterval, TimeSlotLength, SmallChangeInterval, VisibleDays

    But not FirstDayOfWeek.

    Reply

  • Yana Yana admin's avatar

    Posted on Jan 26, 2012 (permalink)

    Hello Ryan,

    The provided solution was for RadScheduleView control. We strongly recommend using RadScheduleView instead of RadScheduler as it provides more features and has better performance. Also RadScheduler is marked as obsolete and currently receives only bug fixes.

    You can check RadScheduleView demos here and documentation here.

    As to the question, in RadScheduler FirstDayOfWeek property should be set like this:

    <telerikScheduler:RadScheduler
                FirstDayOfWeek="Monday">
    </telerikScheduler:RadScheduler>


    Regards,
    Yana
    the Telerik team

    Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Silverlight > Scheduler > Start Month View with Monday
Related resources for "Start Month View with Monday"

Silverlight Scheduler Features  |  Documentation  |  Demos  |  Telerik TV  |  Self-Paced Trainer  ]