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
65
Setting UltraCombo.Value does not select corresponding item
posted

I have an UltraCombo bound to a datasource.

 In my code I go combo.value = 3 but the row that has the id of 3 isn't selected/displayed.

There is definitely a row with an id of 3 in the dropdown because if I select the row and debug it I can see that the value is 3.

 Any ideas?

 

Parents Reply Children