[CLOSED] CalendarPanel - First day of the week

  1. #1

    [CLOSED] CalendarPanel - First day of the week

    Hi,
    is it possibile to set Monday as first day of the week?
    M
    Last edited by Daniil; May 18, 2012 at 4:54 PM. Reason: [CLOSED]
  2. #2
    Hi,

    Please set up the StartDay property of WeekView.
  3. #3
    I am sorry, I can't find that property.
    Please, can you provide an exemple?
    M
  4. #4
    Here you are.

    Example
    <ext:CalendarPanel runat="server">
        <WeekView runat="server" StartDay="1" />
    </ext:CalendarPanel>
  5. #5
    I would like this setting to affect also month view.
    THe month grid should start with the first column for monady.
    I tried this but id didn't work:

                                
    <WeekView runat="server" StartDay="1" /> 
    <MonthView runat="server"  StartDay="1" />
  6. #6
    Well, it is not the functionality of StartDay.

    I think you should manage StartDate.

Similar Threads

  1. Replies: 2
    Last Post: Jan 10, 2012, 6:35 AM
  2. Replies: 1
    Last Post: Nov 01, 2011, 7:32 PM
  3. [CLOSED] Ext Calendar Week Rule
    By mohan.bizbites in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Jul 27, 2011, 7:23 AM
  4. Ext Calendar Week Rule
    By Swardhip in forum 1.x Help
    Replies: 0
    Last Post: Jul 26, 2011, 7:23 AM
  5. Will version 0.6pre be available this week?
    By breakthen in forum Open Discussions
    Replies: 0
    Last Post: Sep 17, 2008, 7:03 AM

Posting Permissions