Release History

By product

UI for Windows Universal Q1 2015 (2015.1.0225)

February 25, 2015

LoopingList

NEW New LoopingList for Windows Store apps allows developers to visualize data items in a single column with great performance and looping capability. The control uses its own UI virtualized data source to ensure the best possible performance and slick experience for the end-user.

NumericBox

NEW New NumericBox for selecting numeric values from within a predefined range. The NumericBox now supports inserting 0 before the separator in case the user presses decimal separator before any digit.

DataGrid

NEW Expose CellEditorStyle property which allows styling the EditRow. FIXED
  • Now RadDataGrid can resolve an empty ItemsSource of type which inherits from generic type.
  • We must ensure that the column headers are measured before we measure the cells
  • Now EditRow adjusts its size taking into account the new input.
  • After editing a ComboBox column now its value is not cleared.
  • Now when CommitEdit command executes the last edited textbox has updated its binding source.
 

DataBoundListBox

NEW
  • DataControlsLocalizationManager is introduced and DataBoundListBox uses it.
  • DataBoundListBox moved from Primitives to DataControls assembly.
FIXED
  • In Auto Incremental Loading scenario with initially small number of items(or no items at all) now the control does fill the viewport and the ItemLoadingContent does not stay forever.
  • CheckModeDeactivatedOnBackButton property now works for WP 8.1
  • Fixed null reference exception caused when navigating through pages while still interacting with DataBoundListBox.

Date and Time Pickers

FIXED SelectorOrder property now works if it is set through style.

ListView

NEW The ListView control (beta) displays data in variety of formats by using templates and styles. The control supports all the major functionality inherent for a ListView - UI virtualization, load on demand, item selection, filtering, grouping, sorting, header, footer, layout strategies, per item gestures, item reordering and animations. The control will be official by the end of March 2015.

SideDrawer

NEW The SideDrawer is an application building block enabling quick and easy navigation across all levels of your app. The SideDrawer can be accessed from anywhere within your app and offers: 4 built-in opening directions - Left, Right, Top and Bottom and an array of predefined open/close animations.