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
Hi,
Thanks for your reply, can you please a code snippet showing how this can be done programmitically. Is this going to apply the filter on all the child records (which is what I want) rather than the first child record ?
Thank you
Hello,
You can use the RecordFilterChanging/ed events and add a filter to the child layout as well when it is added in the parent one.