Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6987577
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T18:57:20+00:00 2026-05-27T18:57:20+00:00

In extjs GridFilters, is there a way to clear the filters without reloading the

  • 0

In extjs GridFilters, is there a way to clear the filters without reloading the store?
This is the rquirement:
There is a grid(#1) and another grid(#2) below the grid. The grid(#1) has a list of ids, and when a particular id is clicked, the grid(#2) is popualted with a list of records that belong to that id.
And example might be:grid#1: list of all maangers
grid#2: list of all employees for a particular maanger.

Grid #2 has a filter: on employee name.

The rqmt is: When a selection is changed in grid#1, clear all the old filters, but do not relaod the store for grid #2 as grid#2 store will be loaded through another function.

Please let me know how I can help by providing more info

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T18:57:21+00:00Added an answer on May 27, 2026 at 6:57 pm

    After some Firebug stepping, I found this works quite well.

    var store = this.getStore();
    store.remoteFilter = false;
    store.clearFilter();
    store.remoteFilter = true;
    store.filter(...);
    

    remoteFilter does not seem to be a documented property, but it will suspend xhr calls while it’s set to false.

    When you set remoteFilter to false, when clearFilter() is called, the load() function is stepped over.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

The ExtJS grid is awesome. However, the GPL license is not. Is there a
Extjs grid Model has, { name: ORDERDATE, type: 'date', dateFormat: 'MS' } and I
in extjs 3.3.0, i can do that like this var row = grid.getView().getRow(0); var
In ExtJS version 3, there was a property grid in Ext.grid.RowSelectionModel and in version
ExtJS has Ext.each() function, but is there a map() also hidden somewhere? I have
In ExtJS 2.2.1, is there a way to configure what effect gets used when
In ExtJS, how do I load a store when I display a grid? I
ExtJS 1.7.3 on FF 3.6 ² keeps stopping on this line 9863, every time
ExtJS 4. I have grid and editor for it. Editor have listener. How to
In ExtJS 4.1 beta 2 I managed to implement an infinite scroll grid with

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.