Filtering for DhtmlxTreeGrid

Hi,



In our project,i am using Dhtmlxtreegrid.Now i have to implement filtering concept for that tree grid such a way that ,I have implemented #text_filter using attachHeader.How to implement custom filter inside that of #text_filter in attachHeader? As well as How to retrieve the user entered value from that Text_filter?



Give me some samples for this issue.

Thanks in advance.


To implement custom filter in the header you can use filterBy(column, value, preserve) method where column - {number} zero based index of column, value - {string} filtering mask, preserve - {bool} filter current or initial state ( false by default ).


Please see more information here dhtmlx.com/docs/products/dhtmlxG … ilter.html