I'm trying to use the RadTileView and RadFluidContentControl and I'm getting the error "'Infinity' is not a valid value for property 'Width'." when I change the underlying data that the RadTileView is bound to using ItemSource.
UPDATE: It renders the first time fine and shows the correct tiles bases on the databound collection, but if I change the underlying datasource that is when I receive the error
Any suggestions welcome, cheers.
System.ArgumentException was unhandled
Message='Infinity' is not a valid value for property 'Width'.
Source=WindowsBase
StackTrace:
at System.Windows.DependencyObject.SetValueCommon(DependencyProperty dp, Object value, PropertyMetadata metadata, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType, Boolean isInternal)
at System.Windows.DependencyObject.SetValue(DependencyProperty dp, Object value)
at System.Windows.FrameworkElement.set_Width(Double value)
at Telerik.Windows.Controls.RadTileView.AnimateItemSize(RadTileViewItem item, Size targetSize) in c:\Builds\WPF_Scrum\Release_WPF\Sources\Development\Controls\Navigation\TileView\RadTileView.cs:line 927
at Telerik.Windows.Controls.RadTileView.<AnimateItemSizes>b__29(RadTileViewItem c) in c:\Builds\WPF_Scrum\Release_WPF\Sources\Development\Controls\Navigation\TileView\RadTileView.cs:line 1060
at System.Collections.Generic.List`1.ForEach(Action`1 action)
UPDATE: It renders the first time fine and shows the correct tiles bases on the databound collection, but if I change the underlying datasource that is when I receive the error
Any suggestions welcome, cheers.
System.ArgumentException was unhandled
Message='Infinity' is not a valid value for property 'Width'.
Source=WindowsBase
StackTrace:
at System.Windows.DependencyObject.SetValueCommon(DependencyProperty dp, Object value, PropertyMetadata metadata, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType, Boolean isInternal)
at System.Windows.DependencyObject.SetValue(DependencyProperty dp, Object value)
at System.Windows.FrameworkElement.set_Width(Double value)
at Telerik.Windows.Controls.RadTileView.AnimateItemSize(RadTileViewItem item, Size targetSize) in c:\Builds\WPF_Scrum\Release_WPF\Sources\Development\Controls\Navigation\TileView\RadTileView.cs:line 927
at Telerik.Windows.Controls.RadTileView.<AnimateItemSizes>b__29(RadTileViewItem c) in c:\Builds\WPF_Scrum\Release_WPF\Sources\Development\Controls\Navigation\TileView\RadTileView.cs:line 1060
at System.Collections.Generic.List`1.ForEach(Action`1 action)