[CLOSED] Local sorting with local filtering and paging

  1. #1

    [CLOSED] Local sorting with local filtering and paging

    Hi,
    another problem with filters occured:
    local sorting on a grid with paging doesnt work if filters are local too.
    You can even see it in your own example (https://examples2.ext.net/#/GridPane...Filters_Local/)
    sort by a column (not company or id) and click next page. Check sortorder then.

    Now to reproduce take this example (https://examples2.ext.net/#/GridPane...l_Data_Paging/)

    add:
    <Features>
        <ext:GridFilters ID="GridFilters1" runat="server" Local="true">
            <Filters>
            <ext:NumericFilter DataIndex="change" />
            </Filters>
        </ext:GridFilters>
    </Features>
    ---> if filters are local and you sort a column and go to next page it isnt sorted anymore
    Last edited by Daniil; Jun 10, 2013 at 3:36 AM. Reason: Please use [CODE] tags, [CLOSED]
  2. #2
    Hello!

    Thank you! We are investigating.
  3. #3
    Hi,

    It should be fixed in revision #5193 (SVN trunk). Thank you again for the report!

Similar Threads

  1. Replies: 11
    Last Post: Jun 13, 2012, 4:53 PM
  2. Change local sorting
    By Birgit in forum 1.x Help
    Replies: 2
    Last Post: Feb 25, 2011, 10:05 AM
  3. Replies: 4
    Last Post: Nov 11, 2010, 11:46 AM
  4. Replies: 0
    Last Post: Aug 16, 2010, 10:28 PM
  5. remote and local filtering
    By marcmvc in forum 1.x Help
    Replies: 0
    Last Post: Oct 13, 2009, 12:38 PM

Posting Permissions