We are databinding the ItemsSource property of the RadPivotMap to a property in our viewmodel of type ObservableCollection<>
If we set this property to a new value, the propertychanged event is triggered and the pivotmap is updated.
However adding/deleting items to/from the ObservableCollection does not trigger an update of the pivotmap.
This seems like a bug in the pivotmap-control as everything works correctly if we bind another control to the same collection.
If we set this property to a new value, the propertychanged event is triggered and the pivotmap is updated.
However adding/deleting items to/from the ObservableCollection does not trigger an update of the pivotmap.
This seems like a bug in the pivotmap-control as everything works correctly if we bind another control to the same collection.