I am using SmartClient_v111p_2017-09-16_LGPL with IE11.
I am trying to hide certain rows of a TreeGrid. I started by following your example on Filtering Trees. The difference is that I am using a Tree (Tree.create) with the TreeGrid (TreeGrid.create) and client only DataSource (DataSource.create). When I set the filter,
_isoDDTree.setCriteria({ Current: 'true' });
Nothing is filtered. Is there a different technique for filtering when using a Tree?
Thanks,
Paul
I am trying to hide certain rows of a TreeGrid. I started by following your example on Filtering Trees. The difference is that I am using a Tree (Tree.create) with the TreeGrid (TreeGrid.create) and client only DataSource (DataSource.create). When I set the filter,
_isoDDTree.setCriteria({ Current: 'true' });
Nothing is filtered. Is there a different technique for filtering when using a Tree?
Thanks,
Paul
Comment