Release History

By product

RadPivotGrid CTP 2012.2CTP

June 19, 2012

RadPivotGrid for ASP.NET AJAX features:
  • Tabular layout
  • Sorting (Ascending, Descending)
  • Paging
    • Pager Modes: NextPrev, NumericPages, NextPrevAndNumeric, NextPrevNumericAndAdvanced, Advanced, and Slider
    • Pager Position: Top, Bottom, and Both
  • Scrolling (vertical and horizontal)
  • Eexpand/Collapse functionality for the groups
  • Drag to group row, column and aggregate fields
  • Custom formatting for all visual elements
  • Binding to custom collections, DataTable, and declarative DataSource controls like LinqDataSource, EntityDataSource, SqlDataSource
  • EmptyValue,  ErrorValue, and DataFormatString properties for the PivotGrid cells
  • Aggregates
  • ContextMenus for grouped fields
  • Design Time support
  • Conditional Cell formatting
  • Rich server-side events and API
  • Row, Column and Aggregate field types
  • Default Skin
RadPivotGrid for WinForms features:
  • Grouping data by row and column descriptors
  • Aggregates
  • Sorting
  • Drag and drop of descriptors and aggregates (within rows/columns and between them)
  • Field list dialog (descriptor chooser)
  • Row/Column Sub and Grand Totals position – before and after the data
  • Row/Column Headers layouts – Tabular and Compact.
  • EmptyValueString, ErrorValueString, FormatString
  • Design Time support for:
    • PropertyGroupDescriptors
    • PropertyAggregateDescription
    • Binding
  • UI virtualization
  • Column/row resizing
  • Tooltips
  • Context menus
  • Best Fit
  • Copy to clipboard
  • Cell selection
  • Themes
  • CellFormatting

RadPivotGrid for WPF/Silverlight features:

  • RowLayouts – Compact, Outline and Tabular
  • ColumnLayouts – Compact, Outline and Tabular
  • Expand Group – through code and UI
  • Collapse Group – through code and UI
  • UI Virtualization - ultra-fast scrolling
  • Tooltips
  • Tooltip Styles - Row, Column and Cell Tooltip Styles
  • Quick Styles – Excel like easy customization. Almost everything can be customized without editing control templates
  • ColumnGrandTotals Position – Right, Left, None
  • RowGrandTotals Position – Bottom, Top, None
  • ColumnSubtotals Position – Right, Left, None
  • RowSubtotals Position – Bottom, Top, None
  • Show AggregateValues Inline – when two or more aggregates are used then Groups with level before Aggregates Level show their subtotal inline (and don’t generate bottom level subtotals). This feature is only supported in Compact & Outline layouts.
  • ColumnWidth and RowHeight properties – by default are NaN which means autosize

RadPivotFieldList control for WPF/Silverlight features:

  • DragDrop of members to RowLabels, ColumnLabels, Values
  • Deferred layout update support

LocalDataSourceProvider features (used for local data):

  • Parallel asynchronous data processing
  • Built-in PropertyGroupDescription, DoubleGroupDescription, DateTimeGroupDescription and PropertyAggregateDescription
  • Built-in Sorting – sort by group name or group aggregate value
  • Built-in Filtering – filter by group name or group aggregate value
  • Support for custom grouping through custom GroupDescriptions classes
  • Built-in Aggregates – Sum, Min, Max, Average, Count, Product, StdDev, StdDevP, Vap, VarP
  • Support for custom aggregates through custom AggregateDescriptions classes
  • Support for IEnumerable, IList, DataTable, DataSet

 QueryableDataSourceProvider features (used when data source is IQueryable):

  • Built-in QueryablePropertyGroupDescription, QueryableDoubleGroupDescription, QueryableDateTimeGroupDescription and QueryablePropertyAggregateDescription
  • Built-in Aggregates – Sum, Min, Max, Average, Count
  • Grouping and Aggregation performed on the Database server

RadPivotGrid assemblies:

  • Telerik.Pivot.Core.dll – hosts core pivot classes related to data access, filtering, sorting, grouping, etc.
  • Telerik.Windows.Controls.Pivot.dll – hosts RadPivotGrid control
  • Telerik.Windows.Controls.PivotFieldList.dl – hosts RadPivotFieldList control
  • Telerik.Pivot.DataProviders.Queryable.dll (WPF only) – data provider for IQueryable sources