Release History

By product

UI for Windows Phone 7 (discontinued) 2013.2612

June 11, 2013

Q2 2013  

Changes:

AnimationFramework

Animation Framework

What's fixed:

  • AnimationOrigin property was ignored in RadScaleAnimation
Calendar

Calendar

What's New:

  • Faster loading time

What's fixed:

  • The FetchData method was executed with incorrect parameters when the calendar was slided to previous month
  • Issue that when changing the SelectableDateStart / SelectableDateEnd properties, new values were not checked for correctness
  • DataTemplateSelector was not getting reevaluated when the AppointmentsSource’s data was loaded
Chart

Chart

What's fixed:

  • A bug that caused the chart to not handle the first instance of a drag event which caused the pivot containing the chart to move (If the chart is inside a pivot)
ConversationView

ConversationView

What's fixed:

  • Default style causes the text of an item to disappear when selected
CycleHubTile

CycleHubTile

What's fixed:

  • An ArgumentOutOfRangeException when bound to an empty collection
  • Image not displayed when live tile was created from a UserControl
ContextMenu

ContextMenu

What's New:

  • Added a CanExecuteCommand property to ContextMenuItem

What's fixed:

  • The context menu enables the app bar after the close animation finishes
DataBoundListBox

DataBoundListBox

What's fixed:

  • Polished the Pull-to-Refresh behavior
  • MemoryLeak issues when using large images in the DataTemplate for the items
  • Exception occurres when the page orientation changes and the visual containers are rearranged
Diagnostics

Diagnostics

What's New:

  • Extended the diagnostic info with information about InnerExceptions

What's fixed:

  • The application was crushing, when an exception occurred multiple times
ExpanderView

ExpanderView

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 Bool_prop_on_business_object>}" Content="{Binding}" ExpandableContent="{Binding}" /›
InputPrompt

InputPrompt

What's New:

  • Multiline support that allows providing up to three input fields in a single prompt, with each of them containing either simple text, or password

Important Changes:

  • All Show methods also have an async implementation which allows the call to them to be awaited so that the input arguments can be handled even without adding an action to the arguments of the method
ItemsControl

ItemsControl

What's fixed:

  • Value changes of the ItemStyle property were not implemented
JumpList

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
LiveTileHelper

LiveTileHelper

What's fixed:

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

PanAndZoomImage

What's New:

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

What's fixed:

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

Important Changes:

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

PictureRotatorHubTile

What's fixed:

  • The initial image is animated like the other images
PointerContentControl

PointerContentControl

What's fixed:

  • Pointer's drawn slightly outside the bounds of the control
Reminders

Reminders

What's New:

  • The AreFurtherRemindersSkipped property can be set manually from now on
RateApplicationReminder

RateApplicationReminder

What's New:

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

SlideView

What's fixed:

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