FilteredBindingList

FilteredBindingList

Old forum URL: forums.lhotka.net/forums/t/10580.aspx


sanjay posted on Tuesday, August 02, 2011

There is a parent object Customer, it has a child CustomerOrder and this one have a child CustomerOrderMaterial.In the form CustomerOrder and CustomerOrderMaterial are displayad in two datagridviews.There is a textbox above the grandchild CustomerOrderMaterial to enter the MaterialCode and a search button to filter the CustomerOrderMaterial in the grid with MaterialCode corresponding to the textbox entry.This filtering is does not do the re-fetch instead I want to do it using the FilteredBindingList.But how can I access the grandchild from parent object _customer in the form?m using Csla 2.1 and VS 2010

Copyright (c) Marimer LLC