Binding a Business object to a datagrid with multiple levels

  • Thread starter Thread starter Liam Ponder
  • Start date Start date
L

Liam Ponder

I have a arraylist of workorders that I can bind to the
datasource of a datagrid. However, each workorder has a
building object that has properties as well. How can I
access these subproperties of the building object in the
datagrid?


I can access these single level fields easily

Workorder.Description


but how do I access sub fields??

Workorder.Building.Description
 
Back
Top