[CLOSED] Multi-Header Filter - issues with Paging

  1. #1

    [CLOSED] Multi-Header Filter - issues with Paging

    Hi,

    I have implemented multi-header filter (local filter not remote) in grid panel (like http://mvc.ext.net/#/GridPanel_MultiHeader/Filter/ ). Also added paging toolbar in the bottom of the grid panel. The filter is working fine if it returns single page result. In case more than one page and i am navigating to the second page, it clears all the filter text as well as the filtered results and it shows all the results. if i am using filter features (instead of multi-header filter) its working fine. How can i solve this issue. Please guide me.

    Thanks in advance
    Last edited by Daniil; Nov 26, 2013 at 6:37 AM. Reason: [CLOSED]
  2. #2
    Hi @MTSI,

    Yes, a PagingToolbar is not aware of those filters. So, it is not going to work.

    We recommend to switch to the FilterHeader plugin.
    https://examples2.ext.net/#/GridPane...ader/Overview/
  3. #3
    Hello!

    We added a MVC version of this sample, you can find it in our SVN: http://svn.ext.net/premium/trunk/Ext...Views/Overview
  4. #4
    Thanks for your quick reply.

    From the example it supports only the text-box control filter it seems. But I need date picker and combo box too.

    Is there any possibility?
  5. #5
    Here is an example with custom fields.
    https://examples2.ext.net/#/GridPane.../Custom_Field/
  6. #6
    Generally speaking, you should just put a DateField into a Column's HeaderItems. It should be used as a filter.
  7. #7

    Remote Filter?

    Here is an example with custom fields.
    https://examples2.ext.net/#/GridPanel.../Custom_Field/
    Is there anyway to make this thing works as a remote filter? I mean I want to filter multiple string values and I want to do it remotely. Is it possible?
  8. #8
    Hello @ufkgrgn,

    There is a FilterHeader plugin which looks suitable for your needs.
    https://examples2.ext.net/#/GridPane...rHeader/Remote
  9. #9
    Hi,

    I've already implemented that solution but in my gridpanel I have a checkbox list in FilterHeader. This column contains string values and I want select multiple values to filter the data. It was working with local paging/filtering mode but I needed to switch to remote mode because of performance issues. I've searched the forums but I couldn't find anything about multiple string values filtering in remote mode. It doesn't work like "any Value1 Value2" in remote mode.

    The GridPanel's filterheaders looks like this :
    Click image for larger version. 

Name:	filtre.PNG 
Views:	210 
Size:	25.0 KB 
ID:	24294



    Thanks.
    Last edited by ufkgrgn; Oct 23, 2015 at 2:30 PM.
  10. #10
    Hi @ufkgrgn,

    I apologize for overlooking your answer. Please clarify is the issue still actual?

Similar Threads

  1. Replies: 0
    Last Post: May 31, 2013, 8:06 AM
  2. [CLOSED] RowSelectionModel Multi Issues with sorting and row selection
    By Patrick_G in forum 2.x Legacy Premium Help
    Replies: 3
    Last Post: May 17, 2013, 6:32 PM
  3. Replies: 1
    Last Post: Mar 20, 2013, 4:18 PM
  4. [CLOSED] paging toolbar loses filter params when paging
    By ecko in forum 1.x Legacy Premium Help
    Replies: 10
    Last Post: Mar 08, 2013, 10:15 AM
  5. [CLOSED] Multi header filter grid error...after upgrade!!
    By ilanga in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Feb 10, 2011, 6:19 PM

Tags for this Thread

Posting Permissions