Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
690
Am trying to dataBind Combo to entities as per msdn forum suggestion
posted

Am trying to bind data to an WinGrid.UltraCombo following the example illustrated in the [March 20, 2009 12:02:39 PM] posting (currently 2nd to last) on this thread:  http://social.msdn.microsoft.com/forums/en-US/linqprojectgeneral/thread/744b2c6a-ecb8-44bf-b72a-dc1b85b34342/

Basically, trying to eliminate the .ValueMember and use the .SelectedItem equivalent.  How does this map to the UltraCombo?

This is to properly relate linq entities that have foreign-key constarints.

Thanks.

Parents
No Data
Reply
  • 690
    Verified Answer
    posted

    Figured it out... as simple as using .Value and a list of objects in the .ValueMember.

    Much easier than the out-of-normal proposal from the other thread.

Children
No Data