1

I have a TreeList control and I've enabled the AutoFilterRow and the Extended filter mode. The filtering works fine, if I type in the filter row it does narrow down the nodes displayed, but if the ancestors are still collapsed the node matching the filter remains hidden. Is there a setting, or some code I can add, which after the filter is applied will ensure all nodes which match automatically have their ancestor nodes expanded so that the matching node becomes visible?

Andy
  • 8,432
  • 6
  • 38
  • 76

1 Answers1

1

My solution was to update to the latest DevExpress version, 15.2, which has a ExpandNodesOnFiltering setting on the TreeList to enable this functionality.

Andy
  • 8,432
  • 6
  • 38
  • 76