Release History

By product

Q1 2013 SP1

April 18, 2013

Animation

FIXED AnimationOrigin property was ignored in RadScaleAnimation.

Calendar

NEW
  • Support for international calendars (Hebrew, Hijri, Korean and others)
  • New property - GridLinesThickness that allows specifying the width of the GridLines
FIXED
  • The FetchData method was executed with incorrect parameters when the calendar was slided to previous month.

Chart

NEW
  • Support for Multiple Axes, Annotations, Empty Values and Range Bar Series
CHANGED
  • LabelTemplateSelector - item argument is no longer int but AxisLabelModel.
  • Series point template selector item argument is now a data point.
  • Chart MinZoom no longer exists.

ContextMenu

NEW
  • 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.

DataBoundListBox

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

Diagnostics

NEW
  • Extended the diagnostic info with information about InnerExceptions.
FIXED
  • The application was crushing, when an exception occurred multiple times.

Expander

FIXED
  • 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 [insert boolean property of the object here]}" Content="{Binding}" ExpandableContent="{Binding}" />

HubTile

FIXED
  • CycleHubTile: An ArgumentOutOfRangeException when bound to an empty collection.
  • PictureRotatorHubTile: The initial image is animated like the other images.

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
  • When having a filter defined and removing items from the source the view is not correctly refreshed

LiveTileHelper

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.
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

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.

RateApplicationReminder

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

SlideView

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

TrialReminder

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