DataBinding to associated property

  • Thread starter Thread starter Peter Morris [Droopy eyes software]
  • Start date Start date
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
 
DataGrid on NETCF does not support related bindings.

Data binding engine on V1 does not support related bindings as well.

Only first level properties are supported.

--
Best regards,

Ilya

This posting is provided "AS IS" with no warranties, and confers no rights.

*** Want to find answers instantly? Here's how... ***

1. Go to
http://groups-beta.google.com/group/microsoft.public.dotnet.framework.compactframework?hl=en
2. Type your question in the text box near "Search this group" button.
3. Hit "Search this group" button.
4. Read answer(s).
 
Back
Top