Filtering effect on display of parent, children and summary nodes


  • Parent nodes: Only those parent nodes are shown which meet the filtering criteria or are parent to children that meet the filtering criteria.

  • Children nodes: By default only those children nodes are shown which meet the filtering criteria. However when treeModel.filterShowChildren is set to true, all the children of parents which meet filtering criteria are also shown.

  • Summary values: By default summary values are recalculated depending upon displayed nodes in relation to filtering state. However when treeModel.filterLockSummary is set to true, summary values of pre-filtered state are retained and are not affected by filtering.


Hidden versus removed nodes

By default when treegrid is filtered, filtered and non-filtered rows are separated and kept in dataModel.data and dataModel.dataUF arrays respectively.

However when filterModel.hideRows is set to true, non-filtered rows are hidden but remain in dataModel.data array at their original positions.