Calendar javascript error evt[M.StartDate.name] is undefined in ext.axd in version 1.7

  1. #1

    Calendar javascript error evt[M.StartDate.name] is undefined in ext.axd in version 1.7

    I am truly sorry but,

    In an existing, fully working project when I changed from version 1.6 to version 1.7 (using NuGet) the calendar control stopped working. Some symptoms (there might be others):
    • Events do not load
    • listeners' functions stopped working (e.g. change month, change view etc)


    The FF web console reports the following javascript error whenever javascript code is called:

    evt[M.StartDate.name] is undefined
    (in file: ext.axd)

    I repeat, this happened to a fully working project. I swear to God I changed nothing but the ext.net version using NuGet. No source code changed whatsoever.

    I would really appreciate it if you could take a look at this and can you please confirm that your calendar demo is working using version 1.7?!?
  2. #2

    Calendar Remote Data official demo not working, too

    I was working on a reproduction sample to post but no need to:

    Right now, the Remote Data Calendar demo is not working properly, see for yourselves:

    https://examples1.ext.net/#/Calendar...w/Remote_Data/

    The symptoms:
    • no events loaded from service
    • javascript error: TypeError: evt[M.StartDate.name] is undefined (can be seen in Firefox web console)
    • Day and Week views destroyed


    Does this have to do with the event store code?

    <EventStore 
                                    ID="EventStore1" 
                                    runat="server" 
                                    DateFormat="M$"
                                    SaveMappings="false">
                                    <Proxy>
                                        <ext:HttpProxy Url="../Shared/Code/RemoteService.asmx/GetEvents" Json="true" />
                                    </Proxy>
                                    <Reader>
                                        <ext:JsonReader Root="d" />
                                    </Reader>
                                </EventStore>
    As soon as I added the above code in my sample, the problem arises.

    Can you please fix your own demo?
  3. #3
    I am sorry this post probably isn't up to your guide's standards. I have now reported the same problem as a bug according to your guidelines: http://forums.ext.net/showthread.php...in-version-1-7
  4. #4
    It is nice that you posted it in the Bugs forum. There was a possibility that we could miss it here. Thank you again for the report.

    And sorry for that inconvenience that you got updating to v1.7.

Similar Threads

  1. [CLOSED] Javascript error (ext is undefined) on 64 bit machine
    By nhg_itd in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Feb 25, 2013, 12:33 PM
  2. JavaScript error when Migrate to Ext.NET version 2.0
    By Nhím Hổ Báo in forum 2.x Help
    Replies: 2
    Last Post: May 07, 2012, 6:25 PM
  3. evt[M.StartDate.name] is undefined
    By Yannis in forum 1.x Help
    Replies: 1
    Last Post: Nov 28, 2011, 5:36 AM
  4. 'Undefined' JavaScript error
    By vs.mukesh in forum 1.x Help
    Replies: 0
    Last Post: Mar 15, 2011, 8:13 AM
  5. Ext Undefined Javascript Error
    By mathec in forum 1.x Help
    Replies: 5
    Last Post: Jan 21, 2009, 1:17 PM

Posting Permissions