Is there a way to preserve the UID of ObservableObject's in an ObsrevableArray passed to a TreeView's dataSource?
I want to have a TreeView and ListView that share some observables. This way changing one would change the other too. It works if I pass the same ObservableArray in and bind ListView second, but I want them to have slightly different subsets.
I have a jsfiddle demonstrating the issue: http://jsfiddle.net/zNLNy/1187/
Thanks
Danny
I want to have a TreeView and ListView that share some observables. This way changing one would change the other too. It works if I pass the same ObservableArray in and bind ListView second, but I want them to have slightly different subsets.
I have a jsfiddle demonstrating the issue: http://jsfiddle.net/zNLNy/1187/
Thanks
Danny