Filter all (-2) showing children when only parent matches

Is there an example showing how to search at all levels and see all the leaf nodes when the parent matches? If not, could this effect be accomplished by appending parent text to the leaf node filtered value or opening the parent node when the filter search is completed?

To filter the treeGrid by all levels try to use:

mygrid.setFiltrationLevel(-2);