[CLOSED] [1.0] Stores fail with error

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    [CLOSED] [1.0] Stores fail with error

    Since I updated to the newest SVN today I'm having issues with all my stores..
    Microsoft JScript runtime error: 'Ext.ux.data.PagingStore' is null or not an object

    It fails on this one example (taken from debug)

    Its a standard store, nothing special which I load in code behind.

    It's affecting all my stores.

    this.sActiveUsers=new Ext.ux.data.PagingStore({proxyId:"sActiveUsers",autoLoad:true,reader:new Ext.data.JsonReader({fields:[{name:"count"},{name:"dateActive"}]}),directEventConfig:{},proxy:new Ext.data.PagingMemoryProxy([{"count":"2","dateActive":"01-SEP"}], false)});
    
     <ext:ResourceManager ID="ResourceManager1" runat="server" Theme="Gray">
        </ext:ResourceManager>
     
          <ext:Store runat="server" ID="sActiveUsers">
                <Reader>
                    <ext:JsonReader>
                        <Fields>
                            <ext:RecordField Name="count"  ></ext:RecordField>
                            <ext:RecordField Name="dateActive" ></ext:RecordField>
                        </Fields>
                    </ext:JsonReader>
                </Reader>
            </ext:Store>
    Last edited by geoffrey.mcgill; Sep 02, 2010 at 3:44 PM. Reason: [CLOSED]

Similar Threads

  1. Replies: 0
    Last Post: Jun 15, 2012, 9:06 AM
  2. Replies: 3
    Last Post: Feb 10, 2012, 12:50 PM
  3. [CLOSED] validation Fail
    By majestic in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Oct 05, 2009, 4:36 AM
  4. ScriptManager in 2.0 app Causes CSS to fail
    By Tbaseflug in forum Bugs
    Replies: 0
    Last Post: Apr 22, 2009, 1:52 PM
  5. [CLOSED] validation fail
    By speedstepmem4 in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Feb 12, 2009, 5:45 AM

Posting Permissions