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
1440
utlracomboeditor binding to list does not update Enumerator Current Property
posted

I binded an UltraComboEditor to a List<string>  via UltraComboEditor 's DataSource property.

When an item is selcted in the UltraComboEditor  the corresponding List's Current property points to null. It should point to the selected item in the list.

 

 

 

 

Is there some otherUltraComboEditor property that should be used to so the Current property is updated? ;