[CLOSED] Infinite Scrolling throwing Parser Error

  1. #1

    [CLOSED] Infinite Scrolling throwing Parser Error

    Hi,

    I have copied the sample code from your example. https://examples2.ext.net/#/GridPanel/Infinite_Scrolling/Overview/

    While try to run it it is throwing parser error...

    Parser Error 
    Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. 
    
    Parser Error Message: Type 'Ext.Net.PageProxy' does not have a public property named 'Reader'.
    
    Source Error: 
    
    
    Line 68:                     <Proxy>
    Line 69:                         <ext:PageProxy>
    Line 70:                             <Reader>
    Line 71:                                 <ext:JsonReader Root="data" />
    Line 72:                             </Reader>
    Let me know is anything I have to give reference?
    Last edited by Daniil; Sep 03, 2012 at 5:20 PM. Reason: [CLOSED]
  2. #2
    Hi,

    I guess you are running this sample with Ext.NET v1 assemblies. Unfortunately, there is no infinite scrolling feature in Ext.NET v1.

    This example is for Ext.NET v2.
  3. #3
    Quote Originally Posted by Daniil View Post
    Hi,

    I guess you are running this sample with Ext.NET v1 assemblies. Unfortunately, there is no infinite scrolling feature in Ext.NET v1.

    This example is for Ext.NET v2.
    If we update the DLL to version 2.0 will it affect anything in our 1.0 application?? We have noticed lots of bugs in the 2.0 version, and also appears that it is still in Beta.
  4. #4
    If we update the DLL to version 2.0 will it affect anything in our 1.0 application??
    Yes, v2 contains a lot of breaking changes (on server side and client side)

    We have noticed lots of bugs in the 2.0 version
    What bugs do you mean? Can you describe it?

    also appears that it is still in Beta.
    No, 2.0 version was released at 2012-07-24
    Currently v2.1 is under development
  5. #5
    Quote Originally Posted by Vladimir View Post
    Yes, v2 contains a lot of breaking changes (on server side and client side)
    The best my thoughts about migration from v1 to v2 are here:
    http://forums.ext.net/showthread.php?18358

Similar Threads

  1. [CLOSED] Infinite Scrolling
    By rnachman in forum 2.x Legacy Premium Help
    Replies: 3
    Last Post: Aug 09, 2012, 5:03 PM
  2. [CLOSED] Infinite Scrolling with MVC
    By RCN in forum 2.x Legacy Premium Help
    Replies: 14
    Last Post: Apr 12, 2012, 6:27 PM
  3. [CLOSED] Infinite Scrolling Grid with GridFilter feature - JavaScript Error
    By MacGarnicle in forum 2.x Legacy Premium Help
    Replies: 8
    Last Post: Apr 04, 2012, 2:06 PM
  4. [CLOSED] Infinite Scrolling
    By rnachman in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Apr 09, 2011, 6:15 PM
  5. Replies: 2
    Last Post: Sep 15, 2010, 8:38 AM

Tags for this Thread

Posting Permissions