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
245
UltraComboEditor Invalidate does not work.
posted

Hi, 

 I have used an ultracomboeditor to populate on the dropdown click, this is done asynchronously and when completed binds the combo's datasource and I call control.Invalidate to refresh the list, although this does not work, you have to click on the drop down twice, it works for the plain .net winforms combobox so why dosent it work for the ultracomboeditor??, I have tried everything and its really frustrating as i have used this control everywhere in my application and this is a  vital change i need to do for performance.

 

 

Parents
No Data
Reply
  • 469350
    Offline posted

    UltraComboEditor and the inbox ComboBox control are two completely different controls with totally different implementations. So you really can't expect something like what you are doing here to work for both.

    I'm not sure exactly what you are trying to do or how you are trying to do it - there's not much information here to go on, so I don't know why it's not working.

    What event are you handling?

    What, exactly, are you doing asynchronously?

    control.Invalidate probably doesn't do anything to the list portion of UltraComboEditor, it most likely only applies to the edit portion.

    If you can post a small sample project of what you are trying to do, I could take a look and see if I can tell you why it doesn't work.

Children