Powered by MSDN

US - English
NEW! Silverlight 5 is available Learn More

Databinding on combobox - layout update RSS

22 replies

Last post Aug 26, 2010 03:05 AM by JoseHidalgo

(0)
  • ninomk

    ninomk

    Member

    7 Points

    8 Posts

    Re: Re: Re: Re: Databinding on combobox - layout update

    Nov 21, 2008 11:39 AM | LINK

    I can't believe that this is still an issue in the official release of Silverlight 2.0!

  • Brauliod

    Brauliod

    Contributor

    2448 Points

    744 Posts

    Re: Re: Re: Re: Re: Databinding on combobox - layout update

    Nov 21, 2008 12:20 PM | LINK

    Yes... we reported this error on the RC0 version, but no luck.

    The good news is that there is a workaround (nasty but workaround).

     Bad news, seems that no hotfix will be available, maybe on the control toolkit they will release a new dropdown.

  • JoseHidalgo

    JoseHidalgo

    Member

    2 Points

    1 Post

    Databinding on combobox - layout update

    Aug 26, 2010 03:05 AM | LINK

    Here is what i got

    _cmbGadgetsItemsSource = GadgetsDictionary.Keys;

    Update the combox with the new element

    _cmbGadgetsItemsSource = Null;

    _cmbGadgetsItemsSource = GadgetsDictionary.Keys;

    And then you can see the new element within the combo

    Regards Jose