Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
270
Filtering in Hierarchal dataset
posted

I have a Hierarchal  datagrid which I would like to be able to filter records on. Both Parent and Child records have exactly the same fields and there is only one level of nesting. I'd like to be able to set the column filter on the parent record ( top level) and apply the filter string on the all the child records ? How do I go about doing that ?

Thanks