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
415
Databinding with Valuelist Problem
posted

Hi

 I am databinding to a grid and using valuelists to lookup each of my code fields.  This works great however i want to perform the same thing against simple data bound controls rather than a grid. i.e the Ultralabel control.

So i can manually create the binding to the text property and bind it to the correct column of the bindingsource but now i want to lookup that value against a valuelist.

 Any ideas?