DataGridTemplateColumn Binding problem [modified]
WPF
1
Posts
1
Posters
0
Views
1
Watching
-
Hi all, I made a DataGridTemplateColumn with a custom-made ComboBox inside. Here's the code:
It displays the data correctly first, but When I alter one value in one row, all other rows get updated too :( So I think, there is some problem with the ComboBox's Selected Value binding. Here's the weird effect: 1.) when I start the application, everything is fine: http://666kb.com/i/buz3b6b4ozvudmenf.jpg[^] 2.) when I alter the value via ComboBox in one row, mostly all other rows get updated too :( I'm writing "mostly", because this is really weird, and I