Release History

By product

Q2 2013 SP1

July 18, 2013

Calendar

FIXED
  • The appointments were always null in the custom ItemTemplateSelector

CloudDataSync

NEW
  • Support for independently executing different synchronization operations like:
    o Reading local database
    o Uploading local changes
    o Downloading server changes
    o Deleting
  • First version of a Data Relations Mechanism allowing for defining data relations between different synchronizable types
CHANGED
  • Local changes are no longer automatically stored in the local storage. When a synchronizable item changes, you will need to separately call the UpdateAsync method exposed by the item itself, or use the UpdateAsync method exposed by the corresponding SynchronizationContext
  • The ICloudApp interface is no longer available. To initialize the Telerik Cloud Services support for Telerik Cloud Controls please follow the instructions posted in our online help
  • The Delete method has been renamed to DeleteAsync

DataBoundListBox

FIXED
  • A null-reference exception is thrown when there are no items in the source, Pull-to-Refresh is enabled and Footer is defined
  • DivideByZeroException fixed
  • A glitch with the Pull-to-Refresh animation causing scrollable list offset above the top viewport edge thus hiding the first item
  • DivideByZeroException thrown in certain cases by WrapVirtualizationStrategy
  • Issues with the Pull-to-Refresh indicator being incorrectly reset after releasing it to refresh data
  • Exceptions when having pull-to-refresh enabled with defined ListFooter

Diagnostics

FIXED
  • When an exception was cancelled in the ExceptionOccured event handler, no more exceptions were reported

ImageEditor

NEW
  • Ported to WP7
  • Added rotation functionality to OrientationTool
  • Added pan and zoom functionality to some tools
  • Added text drawing capabilities
FIXED
  • A bug related to the ToolUISelector property

LiveTileHelper

FIXED
  • Tile updates from background agents were not visualized correctly

NumericUpDown

FIXED
  • Issue with setting Value, Min- and MaxValue properties which made the sequence of setting them important which should not be the case

RadAutoCompleteBox

FIXED
  • FilterDelay implementation worked incorrectly by only delaying the display of the popup instead of the start of the filtering procedure.

SlideView

FIXED
  • The ItemRealization mechanism was refactored so that items that have been loaded already are not reloaded again

TextBox

FIXED
  • NullReferenceException occurring when focusing RadTextBox before the template was applied