Backwards compatibility

This article lists the breaking changes of the control.

Q3 2013

Changed

  • In the Telerik.Pivot.Core.Filtering.SetCondition class the set_Items has been removed.

  • In the Telerik.Pivot.Core.Olap.OlapFilterDescription class the set_Levels has been removed.

  • In the Telerik.Pivot.Core.Olap.OlapGroupDescription class the set_Levels has been removed.

  • In the Telerik.Pivot.Core.Olap.OlapSetCondition class the set_Items has been removed.

  • In the Telerik.Pivot.Core.Olap.GenericDescriptionCollection class the get_Levels has been changed.

What to do now:

The above no longer have Public setters. All you need to do is enumerate the collections and add items to the collection.

Changed

  • In the Telerik.Pivot.Core.PropertyAggregateDescriptionBase class the CreateAggregate has been removed.

  • In the Telerik.Pivot.Core.AggregateDescriptionBase class the CreateAggregate has been removed.

What to do now:

To overcome the above changes all you need to do is use the CreateAggregate method on the AggregateFunction class.

Changed

  • In the Telerik.Pivot.Core.OlapAggregateDescription class the CreateAggregate has been removed.

What to do now:

CreateAggregate is not used and has been removed.

Q2 2013

  • We have added serialization support, so in all of your projects where you have defined the DataProvider in XAML, you will have to add reference to System.Runtime.Serialization assembly.

  • With Q2 2013 release we have made a major change in the way we show DateTimeGroupDescriptions in RadPivotFieldList.

Rad Pivot Grid Backwards Compatibility Q 22013 01

The folder Date is collapsed on initialization.

  • We have changed Pivot_Value localization key. The old value Value: has been changed to Value: {0}.
In this article