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
  • 65
    posted

     To clarify the behavior I have the

    dropdownstyle = dropdownlist
    limittolist = true

    In the debugger if I set the value to 306. The Text says ENZN which is the correct value, but it doesn't go ahead and select the row, so the dropdown still shows the null value. If I click on the dropdown it opens and ENZN is the first item, i.e it's scrolled to the correct spot in the list. But it just doesn't show it when the dropdown is in the closed state.

Reply Children