The value should be updated only when Up/Down/PageUp/PageDown or Enter is pressed.
Annotations are not positioned correctly, when the vertical scrollbar is visible. The fix is available in LIB Version 2014.3.1319.
Same as in WPF
Same as WPF suggestion
Hitting dot or comma on the keyboard doesn't move the cursor after the decimal separator in the MaskedNumeric/CurrencyInput controls in Mac
ColorToBrushConverter is removed but is used, causing run-time error.
When placed in a RadWindow, there is a LayoutCycle exception if the layout transform is re-applied when the content of the LCC is not visible. Workaround: Set MinHeight to the RadWindow.
Fix the animation of the RadWrapPanel. As a workaround: <telerik:RadWrapPanel > <i:Interaction.Behaviors> <ei:FluidMoveBehavior AppliesTo="Children" Duration="0:0:0.4"> <ei:FluidMoveBehavior.EaseY> <CubicEase EasingMode="EaseOut"/> </ei:FluidMoveBehavior.EaseY> <ei:FluidMoveBehavior.EaseX> <CubicEase EasingMode="EaseOut"/> </ei:FluidMoveBehavior.EaseX> </ei:FluidMoveBehavior> </i:Interaction.Behaviors> </telerik:RadWrapPanel> Check the attached project.
Exception is thrown if the size of Fluid is 0 and you maximize the window.
If the user clicks one of the sides of the cube, it stops spinning and displays the image/control that they clicked on. Also, if the user clicks the non-rotating image/control, then the cube starts spinning again. If the user doesn't click on the non-rotating image/control after a specified period of time, that the cube should start rotating again on it's own.
http://www.maxpaulousky.com/blog/archive/2010/06/22/xaps-minifier-an-add-on-to-visual-studio-2010-to-optimize-and-minimize-xap-files-again.aspx
Add support for WPF assemblies.
After minfying RadGridView - the Sum Aggregate Functions are removed.
Problem with finding dependencies not statically known.
SelectedCells collection is not updated correctly after GridView's ItemsSource changed
Compress/decompress of specific file using streams can be wrong when the compression level is specified to Deflated.
Constantly growing instances of EventHandler<TouchEventArgs> in real time data virtualization examples. Resolved with 2014.1.414.
The RibbonView TabStrip ScrollViewer is displayed unexpectedly when there are inactive ContextualGroups.