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

  • Home
  • SEARCH
  • 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 8157377
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T17:15:49+00:00 2026-06-06T17:15:49+00:00

I am using GXT’s filtered grid( http://www.sencha.com/examples-2/#filtergrid ). once the filter is applied i

  • 0

I am using GXT’s filtered grid(http://www.sencha.com/examples-2/#filtergrid). once the filter is applied i need to remove filtered text whatever user has entered.

enter image description here

is it possible to remove “abc” text programatically without user intervention?

Thanks!

  • 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-06-06T17:15:51+00:00Added an answer on June 6, 2026 at 5:15 pm

    Please try the below code. I have not tested this.

    new StringFilter("someValue") {
                @Override
                protected void fireUpdate() {
                    super.fireUpdate();
                    List<Component> items = menu.getItems();
                    if (!items.isEmpty()) {
                        ((Field) items.get(0)).setValue("");
                    }
    // Not tested this. If the above code is not working try to get the 
    textfield instance somehow from the menu and clear it 
                }
    
            };
    

    If you want to clear the value only on user’s key enter and not on programmatic filter (via setValue()), then the above will not work. You have to override the onFieldKeyUp method and clear it using some scheduler.

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

Sidebar

Related Questions

Using the http://www.ifans.com/forums/showthread.php?t=132024 post from another question i am allowing the user to enter
I retrofitted my GWT/GXT application with basic LDAP Authorization using basic HTTP authentication. It
I'm using GWT 2.2.0 and GXT 2.2.3. In my project, I have a grid
(Using iOS 5 and Xcode 4.2.) I've followed the instructions here: http://developer.apple.com/library/ios/#documentation/UserExperience/Conceptual/LocationAwarenessPG/AnnotatingMaps/AnnotatingMaps.html#//apple_ref/doc/uid/TP40009497-CH6-SW15 and used
Using Sencha GXT 3.0 is it possible to generate a line chart and populate
I am using GWT/GXT. i am using Editable Grid. it has 3 columns. if
using this http://bl.ocks.org/950642 we can see how to add images to nodes, the question
I am developing a web application using GXT, Hibernate, mysql etc. There is a
I need a text field very similar in behavior to Gxt's NumberField. Unfortunately I
i'm using gxt CheckBoxListView CheckBoxListView<BaseModel> checkList = new CheckBoxListView<BaseModel>(); checkList.setStore(store); i want to setChecked(true)

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.