Posted by: Sameer on: October 12, 2007
Filtering of Hierarchical Data in AdvancedDataGrid is quite straight forward.
Assign the filter function to the ADG’s dataProvider and call refresh() -
// assign filter function to
//the AdvancedDataGrid’s dataProvider
IHierarchicalCollectionView(
adg.dataProvider).filterFunction =
[...]