Version

What’s New in 2014 Volume 1

Topic Overview

Purpose

This topic gives a brief overview of the new controls and features introduced in the Ultimate UI for WPF 2014 Volume 1 Release.

What’s New Summary

What’s new summary chart

The following table summarizes the new features of the Ultimate UI for WPF 2014 Volume 1. Additional details follow the summary table.

Excel Engine

Feature Description

This feature provides you the ability to work with password encrypted/protected workbooks.

Office 2013 Theme

Feature Description

The new “Office 2013” theme inspired by the new MS Office 2013 presents a nice and clean look and feel.

xamComboEditor, xamMultiColumnComboEditor

Feature Description

This feature provides flexible way for setting/getting the selected value(s) in the control.

This feature provides flexible way for setting/getting the selected items in the control.

This feature provides flexible way for setting/getting the selected items through a data model property value in the control.

This feature provides options for configuring the Drop-Down button visibility in the control.

This feature provides customization of the maximum/minimum width of the control’s Drop-Down.

This feature provides functionality for implementing more complex data items filters.

This feature provides additional information about the selected/unselected items preserved in the SelectionChanged event’s argument.

xamComboEditor

Feature Description

A resize handle is added to the control for users to resize the control’s Drop-Down.

xamDataChart

Feature Description

This is a new default style for the xamDataChart control featuring multiple visual changes improving the charts appearance.

xamDataGrid

Feature Description

This feature provides a new property to select one of several different numbering types in the xamDataGrid’s record selector column.

This feature provides a new SelectedDataItems property to operate with the currently selected items of the xamDataGrid.

xamDataTree

Feature Description

This feature provides a new property to set/get the currently active data item in the control.

xamDiagram (CTP)

Feature Description

A new diagramming control.

xamInputs

Feature Description

This feature provides a new property to turn on/off the undo/redo operations in the xamInputs controls.

xamPivotGrid

Feature Description

The xamPivotGrid and the xamPivotDataSelector controls support graphical visualization of Key Performance Indicators (KPIs).

xamRadialMenu

Feature Description

The xamRadialMenu control is essentially a context menu presenting its items in a circular arrangement around a center button.

xamRibbon

Feature Description

The feature introduces a new look of xamRibbon’s backstage when the new “Office 2013” theme is used.

This feature allows you to create a toolbar located next to the xamRibbon’s tabs.

xamRichTextEditor

Feature Description

The feature allows you to import or export HTML data from and to the xamRichTextEditor control.

This feature allows you to input Asian languages directly in the xamRichTextEditor control’s editing area.

xamSyntaxEditor

Feature Description

This feature allows you to input Asian languages directly in the xamSyntaxEditor control’s editing area.

Excel Engine

Password support

This feature provides you the ability to work with password encrypted/protected workbooks.

Office 2013 Theme

New theme

The new “Office 2013” theme inspired by the new MS Office 2013 presents a nice and clean look and feel. Not only does this new Office 2013 theme apply to all Infragistics controls, but also on the common Microsoft controls.

WhatsNew 14.1 WPF 10.png
WhatsNew 14.1 WPF 11.png

xamComboEditor , xamMultiColumnComboEditor

Configurable selected value and selected values collection

This feature provides the developer with the following new properties to set/get the selected value or selected values collection in the controls:

  • SelectedValue

  • SelectedValues

  • SelectedValuePath

Configurable selected data items collection

This feature provides the developer with the enhanced SelectedItems property to set/get the selected data items collection in the controls.

Configurable selected data items collection via a data model property’s value

This feature provides the developer with a new IsSelectedMemberPath property to configure the data model property name which boolean value defines the selected/unselected state of a data item in the controls.

Configurable Drop-Down button visibility

This feature provides the developer with a new DropDownButtonDisplayMode property to configure when the control’s Drop-Down button is displayed. The options are – always visible (default), on mouse over, when focused and never visible.

WhatsNew 14.1 WPF 1.png

Configurable Drop-Down min/max width

This feature provides the developer with the following new properties to configure the control’s Drop-Down maximum and minimum width:

  • MinDropDownWidth

  • MaxDropDownWidth

Custom item filtering

This feature provides the developer with functionality for customizing the item filtering. Now, it is possible to create more complex filters, to specify multiple data fields to be filtered or add multiple filter conditions per data field.

WhatsNew 14.1 WPF 2.png

Exposing selected/unselected items in SelectionChangedEventArgs

This feature provides the developer with additional information about the selected/unselected items preserved in the SelectionChanged event’s argument AddedItems and RemovedItems collections.

xamComboEditor

Drop-Down resize handle

A resize handle is added in the xamComboEditor Drop-Down so the users can easily resize the Drop-Down at runtime.

WhatsNew 14.1 WPF 3.png

xamDataChart

New default style

A new xamDataChart style featuring multiple visual changes and new property settings improving the overall look and feel of the chart is now available.

The following screenshots compare the chart new default style to the previous style.

New Default Style:

WhatsNew 14.1 WPF 4.png

Previous Default Style:

WhatsNew 14.1 WPF 5.png

xamDataGrid

Record numbering

The Record Numbering feature allows you to display one of several different numbering types in the xamDataGrid’s record selector column.

Selected data items property

This feature introduce a new SelectedDataItems property allowing you to operate with the currently selected items of the xamDataGrid while using the Model-View-ViewModel (MVVM) architecture.

xamDataTree

Configurable active data item

This feature provides the developer with a new ActiveDataItem property to identify and manipulate the currently active xamDataTree data item while using the Model-View-ViewModel (MVVM) architecture.

WhatsNew 14.1 WPF 6.png

xamDiagram (CTP)

New Control

The WPF xamDiagram allows you to create your very own diagramming solution, with all of the features that you would expect in a diagramming tool such as Visio. The xamDiagram ships with all the features you will need to start writing anything from simple flow charts and activity diagrams, to complex LinqToSQL relationship diagrams.

WhatsNew 14.1 WPF 7.png

xamInputs

Enabling/Disabling undo/redo

This feature provides the developer with a new IsUndoEnabled property for turning on/off undo/redo operations in the input controls.

xamPivotGrid

KPIs visualization support

KPIs data can be visualized graphically through the combined use of the xamPivotDataSelector and the xamPivotGrid control. The xamPivotDataSelector control displays a separate folder, containing the KPI members calculated on the server. The xamPivotGrid displays a graphical representation of a KPI or its actual value. Custom KPIs cell templates are supported as well.

WhatsNew 14.1 WPF 8.png

xamRadialMenu

New control

The xamRadialMenu control is essentially a context menu presenting its items in a circular arrangement around a center button. The circular arrangement of the items speeds up items selection, because each item is equally positioned in relation to the center. The xamRadialMenu supports different item types for choosing numerical values, color values or performs actions. Sub-Items are also supported.

WhatsNew 14.1 WPF 9.png

xamRibbon

Backstage 2013

The feature introduce a new look of xamRibbon’s backstage when the new “Office 2013” theme is used.

Tab item area toolbar

This feature allows you to create a toolbar located next to the xamRibbon’s tabs.

xamRichTextEditor

HTML import/export

The feature allows you to import or export HTML data from and to the xamRichTextEditor control by invoking HTML serializer’s methods or by binding an HTML document adapter.

IME support

This feature allows you to input Asian languages directly in the xamRichTextEditor control’s editing area using input method compositions and candidate lists.

xamSyntaxEditor

This feature allows you to input Asian languages directly in the xamSyntaxEditor control’s editing area using input method compositions and candidate lists.