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.
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.