Hi reHa, I had a similar issue and I had to use a GWT TextBox and when the value changed I would call the grid's Store.filter(field,value,true). When the user clears the search TextBox then I call the grid's store.clearFilter(). You can even specific a function to filter the Store.
Hope this helps Nigel On Dec 8, 8:56 am, reHa <[EMAIL PROTECTED]> wrote: > Hi, > > Is there a way to filter a grid like in this ext > example?http://www.extjs.com/deploy/dev/examples/grid-filtering/grid-filter.html > > Thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "GWT-Ext Developer Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/gwt-ext?hl=en -~----------~----~----~----~------~----~------~--~---
