when i bind one combobox with other combobox items... with the following code
 <ComboBox ItemsSource="{Binding ElementName=cbo1, Path=Items}" Name="cbo2"  />
it works fine but when i select something from cbo1 and come back to select something in cbo2.. it doesn't list anything nor cbo1 does...
what could be wrong?