Is there any way to get a tree grid to auto load in the background all of the children in order for search to find them?
It seems like I need to give up the performance of loading the grid on demand as the user clicks the + signs in favor of putting the entire tree in one giant XML such that if they choose to search, it is all there for search to look through.
Just loading the top level is nice and fast, so I would like the rest to be background loaded if the user starts typing in the search window.
UNfortunately such feature is not available.