dhtmlXgrid apply filter issuegr

hi,



in my application i need to apply search in grid, inorder to apply filter to grid…i got the following example

dhtmlx.com/docs/products/dht … ntent.html



when i try to implement, i am not sure what the mistake i am doing, its not working for me. If any body try this example and whould like to share the sample search application in grid, its will help me a lot.



regards

husal


Do you mean, that sample at mentioned link, or the same code not work when you create same sample locally?


In second case , please be sure that
- codebase/ext/dhtmlxgrid_filter.js included in page
- the #text_filter or #select_filter has not unnecessary whitespaces around

The full code of sample included in grid’s package and can be used for reference.

Technically , if you need to apply filter only once, you can use filterBy API instead of built-in filters.
dhtmlx.com/docs/products/dhtmlxG … grid_fsing