Problem with paging

Page 2 of 2 FirstFirst 12
  1. #11
    Hi,

    What is pageStart and pageLimit? Why do you expect those params?
    Store doesn't pass such params (it send start, limit, sort and dir params only)
  2. #12
    Also if you use Json="True" then need to use POST method, set Method="POST" for the proxy
  3. #13
    post don't work ! i have error message : post method is not authorized ... and in a another example which use json too it's work with get method, and about pageSize and pageLimit it's there : http://ext-net.blogspot.com/2010/11/...nst-large.html
  4. #14
    Hi,

    Json works with POST correctly, you need to allow POST in your webservice

    Just see the following sample again
    https://examples1.ext.net/#/GridPanel/Paging_and_Sorting/JSON_WebService/

    a
    nd modify that sample as you required (you just need to add own data retrieving from DB)
  5. #15
    i can't find the solution :s
    don't you have an example which use json/web service without using xml file ?
  6. #16
    can i post a simple example and you help me to find solution ? i need to resolve this problem :s
  7. #17

    to fill the second GridPanel pading by AjaxEventArgs, selecting the first GridPanel

    Good and healthy.

    I have the following problem, I have two gridpanel. just fill the first 5 rows, and select a record from the first, I filled the second, but although this latter may have more than 5,000 records, and I want it to load with paging.

    The problem that I have to put on the store property of the second gridpanel
    <Proxy>
    <ext:DataSourceProxy />
    </ Proxy>

    Automatic load me everything, and I want it so, I want to select the first record I load the second gridpanel. the second with event cargor gridpanel what AjaxEventArgs and paging is not working.

    I'm doing it with the namespace Coolite.Ext.Web.Paging.
    someone can help me.
Page 2 of 2 FirstFirst 12

Similar Threads

  1. [CLOSED] Problem with paging...
    By RCN in forum 2.x Legacy Premium Help
    Replies: 16
    Last Post: May 29, 2012, 12:22 PM
  2. Problem with paging toolbar
    By sonnh11 in forum 1.x Help
    Replies: 3
    Last Post: May 10, 2011, 12:08 PM
  3. [1.0] data paging problem
    By pbsoft in forum 1.x Help
    Replies: 1
    Last Post: Nov 02, 2010, 10:21 AM
  4. Problem with the paging combo box
    By huynd in forum 1.x Help
    Replies: 1
    Last Post: Aug 26, 2010, 8:11 AM
  5. Paging ToolBar Problem
    By kiran malgi in forum 1.x Help
    Replies: 2
    Last Post: Mar 29, 2010, 8:25 AM

Tags for this Thread

Posting Permissions