P
Peter Morris [Droopy eyes software]
I have a "Machine" class, which has a property reference to a single
"Location" class.
I now have an ArrayList of Machine instances listed in a grid, but in one
column I want to display the machine's current location. So in column 1 I
bind to "SerialNumber", but in column 2 databinding to "Location.Name" shows
a blank column.
How can I databind to this associated column?
Thanks
Pete
"Location" class.
I now have an ArrayList of Machine instances listed in a grid, but in one
column I want to display the machine's current location. So in column 1 I
bind to "SerialNumber", but in column 2 databinding to "Location.Name" shows
a blank column.
How can I databind to this associated column?
Thanks
Pete