[CLOSED] GridPanel sorting and filtering problem

  1. #1

    [CLOSED] GridPanel sorting and filtering problem

    Hi,

    I have GridPanel control and there are 300 rows in it. I made 10 by 10 paging. When I try to sort with clicking on column, grid is sorting only in showing rows. How can I fix this problem , we want GridPanel to sort on all rows.

    secondly, I added filters

    Click image for larger version. 

Name:	2.jpg 
Views:	91 
Size:	97.2 KB 
ID:	2520Click image for larger version. 

Name:	1.jpg 
Views:	111 
Size:	92.8 KB 
ID:	2521
    Last edited by Daniil; Mar 31, 2011 at 4:47 PM. Reason: [CLOSED]
  2. #2
    Secodnly I added filter and when I filter , gridPanel search in shown rows.
  3. #3
    Hi,

    Do you use any proxy? If yes then you have to use remote sorting and sort data on the server side.
    Here is the sample of remote sorting
    https://examples1.ext.net/#/GridPane..._Sorting/Page/

    If there is no proxy (local paging) then the store should sort records from all pages automatically (please provide test sample in this case)
    Here is test sample with local paging
    https://examples1.ext.net/#/GridPane...l_Data_Paging/
  4. #4
    Thank you very much. Problem is solved.

Similar Threads

  1. Replies: 6
    Last Post: Nov 03, 2012, 10:48 PM
  2. Problem with GridPanel sorting
    By magisystem in forum 1.x Help
    Replies: 3
    Last Post: Sep 09, 2010, 1:35 PM
  3. Replies: 0
    Last Post: Aug 16, 2010, 10:28 PM
  4. Replies: 5
    Last Post: Jul 23, 2010, 8:52 AM
  5. Show Mask when Filtering or Sorting
    By GolchK in forum 1.x Help
    Replies: 3
    Last Post: Sep 02, 2009, 4:27 PM

Posting Permissions