How i use filter to gridtree

I added filter to gridtree but it not filter every field. it filter 2nd level only. i want to filter all levels in tree. how i do this.??

Please, try to add:
treegrid.setFiltrationLevel(-1);

sematik Thank you for your reply…
i try it with value -1. it miss 2nd level :frowning: … filter must shows 2nd level rows and 3 last level rows. please see attach images

  1. capture1 - full grid tree
  2. capture2 - grid tree with search (search key - service)



Please, try to use

treegrid.setFiltrationLevel(-1,true,true);