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
3166
UltraComboEditor to cause DataSourceUpdateMode.OnValidation on selecting item from the list
posted

I have using DataBinding to bind the the Value property of the UltraComboEditor to the DataSource property. The binding is setup on DataSourceUpdateMode.OnValidation. I also have a ValueList setup on the UltraComboEditor.

When I select an item from the list the selected item (value) is not set on the DataSource until I tab out. I understand tab out would cause the control to validate. However I want value to be updated immediately when the dropdown list closes and not wait for tab out.

Parents Reply Children
No Data