[CLOSED] Database Pagination using Javascript

  1. #1

    [CLOSED] Database Pagination using Javascript

    Hi Danil,

    Please suggest me to implement the database pagination for one of my grid view by using Javascript call to web service or Static direct method,

    We were implemented server side using Store, Page Proxy and onreadData

    just wanted to write a client side method that call the function once we click on the "prev", next","last" and "first" buttons
    and get the current page index

    Appreciate your feedback in advance...
    Last edited by Daniil; Apr 10, 2015 at 12:57 PM. Reason: [CLOSED]
  2. #2
    Hi @iansriley,

    For WebService please use an AjaxProxy.
    https://examples2.ext.net/#/GridPane...SON_WebService

    For a static DirectMethod, please use a PageProxy with a DirectFn option.
    https://examples2.ext.net/#/GridPane...g/DirectMethod

    just wanted to write a client side method that call the function once we click on the "prev", next","last" and "first" buttons
    and get the current page index
    Please clarify do you really need to use JavaScript for that task? The options that I mentioned above appear to be best for pagination via WebService and DirectMethod.

Similar Threads

  1. [CLOSED] Local Pagination
    By MarginPoint in forum 1.x Legacy Premium Help
    Replies: 10
    Last Post: Jan 16, 2014, 2:18 PM
  2. Gridpanel Pagination problem.
    By Rupesh in forum 1.x Help
    Replies: 0
    Last Post: Apr 13, 2012, 12:17 PM
  3. Replies: 5
    Last Post: Jul 30, 2011, 6:40 PM
  4. Row expander with pagination
    By 78fede78 in forum 1.x Help
    Replies: 0
    Last Post: Jul 06, 2010, 3:56 PM
  5. [CLOSED] pagination issue
    By alexp in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Jan 20, 2009, 1:19 PM

Posting Permissions