Using the javascript-tree-grid-filter-textbox.htm example, I type the word “Inside” in the search field.
What I expected to see in the grid, from the result, is the row only with the match found. Instead I get the row plus the another above row.
I am seeing the same behavior in other examples using the filtering examples. For example, in the javascript-tree-grid-filtering.htm
example, I type in the letters “nt” in the search field to search for this string in all the possible first names. The result of this search
is four rows and only one containing the correct fist name found “Grant.” I am not sure why it would show Paula, Ken, Peter.
I am thinking it would show Paula because Grant falls under Paula, but I am really confused why it would show the result of Ken and Peter.
Perhaps you could clarify this for me. Thanks.