Infragistics WPF 2015 Vol. 1 released

Released: Apr 16, 2015

Updates in this release

Updates in 2015 Vol. 1

New xamTreeGrid Control

  • Display heterogeneous data (different data structures) under the same column headings.
  • Allow your end users to filter out records in order to view a smaller subset of the original data.
  • Sort by clicking on a column header at runtime, or programmatically at design time.
  • Display a set of summaries that allow you to perform and display calculating logic on the data. Including Sum, Max, Min, Count and Average.
  • MVVM friendly.

xamDataGrid

  • New MVVM friendly property called SelectedDataItem which allows you to data bind a property in the ViewModel to a single item in the xamDataGrid.
  • New properties allow you to control which part of a record or field will perform a resize operation.

xamComboEditor

  • Support for data binding to primitive types. 

xamSpreadsheet

  • Supports underlines and hyperlinks.
  • Worksheet protection.