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
145
ComboBox Tool in the Ribbon - selected item not showing
posted

Sorry to reply on this old post but i can't see the 'New Post' button in these newsgroup  (i'm signed in however as my boss bertcresens)

 Question about UltraToolbarManager :

 I've created a ComboxBox Tool in the Ribbon  > I can even load a valueList to the control. It shows up, so far so good.

 

Now when I select from this combo while running the application , the combox doesn't show the selected item in the textfield of the combo, it's made empty again.

what am i doing wrong ?

 

Kind regards

Yves

 

 

Parents
  • 44743
    posted

    How and when are you setting the selected item of the combo box? If you set it in the Load event and the selection is still getting cleared out, try overriding OnLoad in the Form. Call the base implementation first, then set your selected item in the combo box. Also, do you have SaveSettings enabled on the UltraToolbarsManager?

Reply Children