Browse By Tags

Sorry, but there are no more tags available to filter with.
  • xamPivotGrid bound to ObservableCollection<T> - exception if >1 item changes simultaneously

    I'm using a xamPivotGrid with a FlatDataSource whose ItemsSource is an observable collection.

    When an item in the observable collection changes, the pivot grid updates appropriately.

    I have a problem when several items in the collection change at…