GridPanel Paging with PageProxy

  1. #1

    GridPanel Paging with PageProxy

    Hi,

    I am working on Paging with GridPanel. I am referring scenario similar to example available at.

    https://examples1.ext.net/#/GridPane..._Sorting/Page/

    It uses Proxy and PageProxy with Store. and hence it aumatically fires Store Refresh event upon first page load. Can this be avoided by any means?

    So when I bind store with different result set from DirectEvent at server side, the client page gets recived this data, but again fires Store Refresh event. How can I avoid this store refresh event.

    Thanks,
    Jigpatel06
  2. #2
    Hi,

    To avoid a request to a page don't use PageProxy:)

    To be serious, it would be hard to override this behavior.

    Well, if you bind a store with a new data you have to apply respective changes to RefreshData handler to bind with a new data.

    Do you really need the remote paging?
  3. #3
    Hi,

    Thanks for your reply. Yes, I need remote paging /sorting.

    Can I have have remote pageing/sorting without Page Proxy?

    Thanks,
    Jigpatel06
  4. #4
    You could use WebService or Handler.

Similar Threads

  1. TabPanel and Store with PageProxy?
    By dmoore in forum 1.x Help
    Replies: 4
    Last Post: Aug 25, 2011, 3:40 PM
  2. [CLOSED] PageProxy
    By jeybonnet in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Feb 21, 2011, 3:26 PM
  3. Exception PageProxy in gridpanel row expander
    By 78fede78 in forum 1.x Help
    Replies: 1
    Last Post: Jul 15, 2010, 10:44 AM
  4. Exception PageProxy in gridpanel
    By 78fede78 in forum 1.x Help
    Replies: 1
    Last Post: Jul 02, 2010, 12:50 PM
  5. Add pageproxy at runtime
    By 78fede78 in forum 1.x Help
    Replies: 0
    Last Post: Jun 30, 2010, 3:20 PM

Tags for this Thread

Posting Permissions