Release History

By product

UI for Windows Phone 7 (discontinued) 2013.1418

April 17, 2013

Q1 2013 SP1

Changes:

RadAnimation

Animation

What's Fixed:

  • AnimationOrigin property was ignored in RadScaleAnimation.
RadCalendar

Calendar

What's Fixed:

  • The FetchData method was executed with incorrect parameters when the calendar was slided to previous month.

What's New:

  • Support for international calendars (Hebrew, Hijri, Korean and others)
  • New property - GridLinesThickness that allows specifying the width of the GridLines
RadDataBoundListBox

DataBoundListBox

What's Fixed:

  • ArgumentOutOfRangeException when DataVirtualizationMode = Automatic and scrolling down the list
  • Exception when having item animations with footer defined and removing all items at once
  • Glitches with calling BringIntoView immediately after binding
  • Issue with using RadDataBoundListBoxItem instances in the Stack Virtualization Strategy implementation
  • MemoryLeak issues when using large images in the DataTemplate for the items
RadDiagnostics

Diagnostics

What's Fixed:
  • The application was crushing, when an exception occurred multiple times.

What's New:

  • Extended the diagnostic info with information about InnerExceptions.
RadExpander

Expander

What's Fixed:

  • Issues when the control is used in RadDataBoundListBox/RadJumpList context.

Important Changes:

  • When integrating RadExpanderControl in RadDataBoundListBox/RadJumpList you should make sure to bind its IsExpanded property to a Boolean property on your business object which depicts whether the expander is expanded or not. The binding’s mode should be TwoWay. This is how the expander’s state is stored per item basis. You should also make sure to bind the Content and ExpanableContent properties to the business object when you put the control in a DataTemplate:

    <telerikPrimitives:RadExpanderControl IsExpanded="{Binding [insert boolean property of the object here]}" Content="{Binding}" ExpandableContent="{Binding}" />
RadItemsControl

ItemsControl

What's Fixed:

  • Value changes of the ItemStyle property were not implemented.
RadJumpList

JumpList

What's Fixed:

  • Fixed an issue with refreshing the View when removing items from the source when Filter Descriptor is applied and the removed item passes the view
  • When having a filter defined and removing items from the source the view is not correctly refreshed
RadLiveTileHelper

LiveTileHelper

What's Fixed:

  • The resources used by a tile were not cleaned properly when it was updated.
  • The UIElements were not rendered correctly if they were not visible when creating new tile

What's New:

  • New MeasureMode property that specifies whether the UIElement used for tile creation should be measured relatively to the expected tile size or be used as it is.
RadPanAndZoomImage

PanAndZoomImage

What's Fixed:

  • A bug that caused the image to zoom in or out incorrectly.

What's New:

  • WP7 Mango: Zooms toward the center of the pinch gesture.

Important Changes:

  • WP7 Mango: The Zoom and MaximumZoom properties are now of type double instead of Size.
RadRateApplicationReminder

RateApplicationReminder

What's New:

  • New property SkipFurtherRemindersOnYesPressed that allows stopping the reminders after the user chooses to rate the app once.
RadTrialReminder

TrialReminder

What's New:

  • The AreFurtherRemindersSkipped property can be set manually from now on.
RadSlideView

SlideView

What's Fixed:

  • When SlideView was inside Pivot control, it was not possible to slide to next item even if orientation was Vertical.