Search in DhtmlxTreegrid

Hi,

I am trying to add search on DHTMLX tree grid.

I am using version 2.6,

I tried by making tree.makeSearch(id, cIndex) but is is not working, along with this I also need to do previous and Next search for the DHTMLXtree grid.

I also tried by attaching header into grid but that is not working.

Thanks,
Harshal

Why you don’t use viewforum.php?f=3 ?

Because I am not using dhtmlXTree object, I am uses dhtmlxGrid to implement dhtmlXTreeGrid

If you have problems with makeSearch api - please provide demo link ( you can send pm ) or provide any kind of sample where issue can be reconstructed.

As for next - previos search, there is no built in functionality it possible to use search api to get full list of matches and select from it which row to highlight, based on current selection.