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
285
Can't Tab Out Of UltraComboEditor
posted

I have four UltraComboEditors onm a form, where the data source is a List<>. I have a property for the DisplayMember and the ValueMember. I haven't set an initial value of the Combo, but I have net the NullValue property. When I try and tab out of the combo without selecting a value, I can't tab out. It's like there is some kind of validation going on but I don't know where?

Any thoughts on this?

Parents
No Data
Reply
  • 285
    Verified Answer
    posted

    Never mind, I fixed the problem. I had limit to list set to True, which is why I could not move from one combo to the next with the Tab. The Null value wasn't in the data that was bound to the combo.

    Solution, check to see if Limit To List is set to true when you have the combo type set to DisplayList.

Children
No Data