This example demonstrates how to use recursion to search and focus a node in the TreeList.
It contains a custom controller (FilterTreeListViewController) that extends the default behavior of the FilterController.FullTextFilterAction for ListViews with hierarchical data.
Once you searched for a value using the built-in search, you can press F3 to move between nodes that contain the same value.
Question Comments
Added By: John Whattam 1 at: 6/17/2013 6:50:46 PM
Where's the recursion?
Added By: Andrew Bingham 2 at: 11/3/2013 10:23:19 PMGoes into an inifinite loop