[CLOSED] CalendarPanel.weekview.setStartDate bug

  1. #1

    [CLOSED] CalendarPanel.weekview.setStartDate bug

    Hi

    Just use the basic calendar example and add a weekview:

    <WeekView ID="Weekview1" runat="server" Showheader="true" Showweeklinks="true" Showweeknumbers="true" DDMoveEventText="(not supported)" Split="true" DayCount="7" ShowTime="false" />
    In a direct event call:

    var StartCalendarWeek = new DateTime(2011, 2, 28);
     CalendarPanel1.WeekView.SetStartDate(StartCalendarWeek);
    I get a JS error:

    Weekview1 is not defined:



    
    ({script:"Weekview1.setStartDate(new Date(2011,1,28));"})
    
    Weekview1.setStartDate(new Date(2011,1,28));
    Last edited by Daniil; Feb 23, 2011 at 1:10 PM. Reason: Please use [CODE] tags, [CLOSED]
  2. #2
    Hi,

    Thanks for the report.

    Confirmed. We are working on the fix.
  3. #3
    Quote Originally Posted by Daniil View Post
    Hi,

    Thanks for the report.

    Confirmed. We are working on the fix.
    Super, please let us know when it is available in svn.
  4. #4
    Please update from SVN and re-test.
  5. #5
    Quote Originally Posted by Daniil View Post
    Hi,

    Thanks for the report.

    Confirmed. We are working on the fix.
    Just pulled a update from svn and it all works smootley.

    Thanks guys for the fixes the last days!

Similar Threads

  1. [CLOSED] How to set StartHour in WeekView Calendar
    By UnifyEducation in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: Jul 23, 2012, 2:27 PM
  2. Replies: 2
    Last Post: Jan 12, 2012, 11:30 AM
  3. [CLOSED] [1.0] CalendarPanel
    By Timothy in forum 1.x Legacy Premium Help
    Replies: 7
    Last Post: Apr 15, 2011, 11:40 AM
  4. ext:Calendar WeekView
    By reiben in forum 1.x Help
    Replies: 2
    Last Post: Apr 04, 2011, 10:25 AM
  5. How to set date formate in weekview
    By gdboy2002 in forum 1.x Help
    Replies: 1
    Last Post: Jan 04, 2011, 12:31 AM

Posting Permissions