Sign In|Join
Home/Silverlight.NET Forums/General Silverlight Programming/Silverlight Controls and Silverlight Toolkit/Databinding on combobox - layout update
Last post Aug 26, 2010 03:05 AM by JoseHidalgo
Member
7 Points
8 Posts
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!
Contributor
2448 Points
744 Posts
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.
2 Points
1 Post
Aug 26, 2010 03:05 AM | LINK
Here is what i got
_cmbGadgetsItemsSource = GadgetsDictionary.Keys;
Update the combox with the new element
_cmbGadgetsItemsSource = Null;
And then you can see the new element within the combo
Regards Jose
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
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.
Book: Mastering LOB Development for Silverlight 5: A Case Study in Action
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