Release History

By product

UI for Windows Phone 7 (discontinued) 2011.1Beta1

February 2, 2011

New Controls

RadGauge
You can now easily visualize dynamic data in your application with RadGauge – a unique control offered from Telerik. With the rich assortment of circular and linear gauge types you are free to build the exact dynamic data visualization tool that you need. Animations are smooth thanks to the specially optimized architecture of the control.

RadJumpList
RadJumpList is your choice if you need a super fast ListBox-type of control supporting core data operations such as filtering, sorting and grouping. With this new control your end-users can not only navigate through thousands of items without ever slowing down the application, but also to easily filter and sorting information

RadDataBoundListBox
The ListBox control is in the core of almost any Windows Phone 7 application. RadDataBoundListBox is the blazing-fast and light-weight version of the standard ListBox component. With this new control your end-users can navigate through thousands of items without ever slowing down the application. Rich data templates are also handled with ease without any performance hits

Changes

RadAnimation
  • What's Changed
    • RadTileAnimation did not check for null item container

RadAnimationManager
  • What's Changed
    • Extended RadScaleAnimation to be able to scale X and Y separately

RadApplicationFrame

  • What' Fixed
    • Exception when used with NonLinearNavigationService

RadDatePicker

  • What's Fixed
    • Fixed a bug which prevented the ValueChanged event from firing when a value was selected and the popup was closed by tapping the 'OK' button

RadListPicker

  • What's Fixed
    • The list in the popup did not respect the DisplayMemberPath property
    • Popup top content was not visible when the SystemTray of the page was displayed
    • Fixed selected item synchronization in popup mode
    • Visual state was not properly updated when SelectedItem changed
    • IndexOutOfRange should not be raised while RadListPicker is not loaded

RadTimePicker

  • What's Fixed
    • Fixed a bug which prevented the ValueChanged event from firing when a value was selected and the popup was closed by tapping the 'OK' button

RadTransitionControl

  • What' New
    • Now  working with any content - e.g. does not depend on Content to be FrameworkElement

RadWindow

  • What' New
    • The window gets closed when a different UIElement is clicked or tapped

API Changes


Telerik.Windows.Core.dll

RadAnimation
  • InitialDelay property is now of type TimeSpan (was Nullable<TimeSpan>)

RadScaleAnimation
  • Removed
    • Double EndScale. Use the new EndScaleX and EndScaleY properties
    • Double StartScale. Use the new StartScaleX and StartScaleY properties
  • Added
    • Nullable<Double> EndScaleX { get; set; }
    • Nullable<Double> EndScaleY { get; set; }
    • Nullable<Double> StartScaleX { get; set; }
    • Nullable<Double> StartScaleY { get; set; }

Telerik.Windows.Controls.Primitives.dll


RadDockPanel, RadWrapPanel
  • Now inherit from the new RadAnimatedPanel

ApplicationBarInfo

  • Added
    • Color BackgroundColor { get; set; }
    • Color ForegroundColor { get; set; }
    • Double Opacity { get; set; } 
    • static readonly DependencyProperty BackgroundColorProperty;
    • static readonly DependencyProperty ForegroundColorProperty;
    • static readonly DependencyProperty OpacityProperty;

Telerik.Windows.Controls.Input.dll


RadNumericUpDown
  • InitialRepeatInterval is now of type TimeSpan (was Int32)
  • MinimumRepeatInterval is now of type TimeSpan (was Int32)
  • RepeatIntervalDecrementStep is now of type TimeSpan (was Int32)
  • Added
    • RadListPickerItem control to be used in the RadListPicker