Release History

By product

Q3 2013

October 16, 2013

BarCode

FIXED
  • When the RadBarcodeQR was used with no size there was an exception. (WP8 only)

Calendar

FIXED
  • When used with negative HijriAdjustment an ArgumentOutOfRangeException was thrown.

Chart

FIXED
  • Issues with OHLC chart reported by customers.
  • Made the IChartView interface public for Windows Phone 8.

CloudCalendar (WP8 only)

NEW
  • A new control that mimics the native Windows Phone Calendar experience and allows users to perform CRUD operations on appointments stored in the cloud.

CloudDataSync (WP8 only)

NEW
  • Support for Azure Mobile Services.

DataBoundListBox

NEW
  • DynamicGridVirtualizationStrategyDefinition: A layout mode in which items are wrapped in columns each positioned strictly below its adjacent item.
FIXED
  • The scroll state BottomStretch was not reported correctly.
  • Issue with InitalDelay property for ItemAdded/ItemRemovedAnimation not working.
  • PullToRefresh indicator glitch when using with Item Animation.
  • Various issues with the StackedWrapVirtualizationStrategyDefinition.
  • Issues with the DynamicGridVirtualizationStrategy.
  • Issues with the Pull-to-Refresh experience.
CHANGED
  • The StackedWrapVirtualizationStrategyDefinition type becomes DynamicGridVirtualizationStrategyDefinition

DatePicker

FIXED
  • Month name was duplicated when the max value was set.

Diagnostics

FIXED
  • ArgumentException was thrown occasionally while creating a screenshot image.

ExpanderView

NEW
  • The UseOptimizedMEasure property which allows to specify whether the expandable content will be measured upon layout or only when the control is being expanded.
FIXED
  • Optimized the performance of the control when used in context with RadDataBoundListBox.
  • Performance optimizations.

ImageButton

NEW
  • New property ImageStretch which can be used to change the stretching of the image element.
FIXED
  • When the phone’s Accent color was changed through code, the change was not properly reflected in RadImageButton.

ImageEditor

FIXED
  • Localization was not possible.

InputPrompt

FIXED
  • The issue that an exception was thrown when a second input prompt was displayed after the first one was closed.

JumpList

FIXED
  • When calling BringIntoView with StickyHeader enabled the focused item was occasionally positioned behind the sticky header thus not being visible.

PaginationControl

FIXED
  • The thumbnail list’s alignment could not be changed.

PasswordBox

FIXED
  • Fixed a FileNotFoundException. (WP7 only)

PictureRotatorHubTile

FIXED
  • An exception was thrown when the Visibility was set to collapsed.

SlideView

NEW
  • Added an event SlideViewStateChanged that is fired when RadSlideView goes to Filmstrip state or to Pan And Zoom state and back. (WP8 only)
FIXED
  • The ItemRealizationMode property was not working correctly when used with binding.
  • When navigating back to a page containing RadSlideView the SelectedItem was not correct.
  • The offset was not calculated correctly when used in a Pivot/Panorama.
  • Issue with sliding in direction opposite of the SlideView’s orientation.

TimePicker, PickerBox, DatePicker and TimeSpanPicker

FIXED
  • Issues with setting BorderBrush, Background and Foreground and not getting the desired results.
  • The incorrect calculation of months in leap years in Hebrew calendar.

Window

NEW
  • Issues with touch point calculations when the Flow Direction is Right to Left.