AnimationOrigin property was ignored in RadScaleAnimation
Calendar
NEW
Faster loading time
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
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)
ContextMenu
NEW
Added a CanExecuteCommand property to ContextMenuItem
An OpenFailed event that gives information why the context menu failed to open
FIXED
The context menu enables the app bar after the close animation finishes
ConversationView
FIXED
Default style causes the text of an item to disappear when selected
CycleHubTile
FIXED
An ArgumentOutOfRangeException when bound to an empty collection
Image not displayed when live tile was created from a UserControl
DataBoundListBox
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
NEW
Extended the diagnostic info with information about InnerExceptions
FIXED
The application was crushing, when an exception occurred multiple times
ExpanderView
NEW
Issues when the control is used in RadDataBoundListBox/RadJumpList context
CHANGED
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}" /›
ImageEditor
NEW
Added ImageEditor control to suite
InputPrompt
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
CHANGED
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
FIXED
Value changes of the ItemStyle property were not implemented
JumpList
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
FIXED
A bug that caused the image to zoom in or out incorrectly
MessageBox
NEW
Added awaitable ShowAsync methods
PanAndZoomImage
NEW
WP7 Mango: Zooms toward the center of the pinch gesture
FIXED
A bug that caused the image to zoom in or out incorrectly
CHANGED
WP7 Mango: The Zoom and MaximumZoom properties are now of type double instead of Size
PictureRotatorHubTile
FIXED
The initial image is animated like the other images
PointerContentControl
FIXED
Pointer's drawn slightly outside the bounds of the control
RateApplicationReminder
NEW
New property SkipFurtherRemindersOnYesPressed that allows stopping the reminders after the user chooses to rate the app once
Reminders
NEW
The AreFurtherRemindersSkipped property can be set manually from now on
SlideView
FIXED
When SlideView was inside Pivot control, it was not possible to slide to next item even if orientation was Vertical