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
120
WinComboEditor and Existing Value List
posted

Hello,

I have a WinComboEditor, i also have a Infragistics.Win.ValueList

How can i connect the Combo with the Existing Value List?

Thanks In Advance

Giorgos

Parents
No Data
Reply
  • 469350
    Offline posted

    Hi Giorgos, 

    You cannot. The ValueList on the Combo is not settable. Why do you want to do this? If you want to use the same list both for the Combo and for other things, such as a ValueList in the grid, then you should just use the ComboEditor as your ValueList. UltraComboEditor implements the IValueList interface, so you can use the Combo itself as your ValueList without using a seperate ValueList with the same items. 

     

Children
No Data