views:

6556

answers:

3

Hello all,

I am a new user of Extjs library, I created a grid successfully and it works just fine, now I want to use Ext.grid.GridFilters to add filtering to my grid, however I don't see this class in the Extjs source code files, where I can get the required files?

+1  A: 

Filtering is a custom thing you have to implement by yourself. There are a few community add-ons which make it easy, but start by looking at the actual grid STORE instead of the grid panel. The store contains the data and supports filtering. Once the data is filtered, the store will raise it's data changed event and as long as the grid is wired accordingly you will see the filtered recordset in the grid. For more info I'd check out their example pages and read the source there.

Brian C
+2  A: 

The community-supported plugin for grid filtering is found in this forum thread.

Sam C
another useful link: http://extjs.com/learn/Ext_FAQ_Grid#Filtering
dalbaeb
A: 

Hi, If any one has the sample source code for implementing the filter in EXTJS Grid, then please mail it to [email protected] . I need the code badly.

Thanks, Rakesh

Rakesh