We are using the built-in filter feature for a dhtmlxgrid object using ‘#text_filter’ for the header. We have noticed that the first row is not being included in the filtered results if the filter criteria matches the first row alone. Is there any grid property that can be altered/created to avoid this situation?
Also, is there any other alternative if this is the expected behavior of the built-in filter?
I was not accurate in my question the last time. Actually, the branch nodes are being filtered out too along with the parent node. So, the filtering is being done only in the leaf nodes.