FilteredBindingList

FilteredBindingList

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


sanjay posted on Sunday, July 31, 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?

JonnyBee replied on Monday, August 01, 2011

Hi,

Which UI technology and CSLA version are you using?

sanjay replied on Monday, August 01, 2011

CSLA .NET version 2.1 & VS2010

Copyright (c) Marimer LLC