This question is locked. New answers and comments are not allowed.
I have updated telerik to the silverlight 5 dlls and am having two issues so far:
1.) The FluidContentControl throws exception when changing state inside of a TileView. I have a fluidcontentcontrol with change content mode to manual, binding its state to the tile view using a converter. See the exception below.
2.) Randomly I get a Catastrophic error when ScheduleView loads. It seems to be some kind of a timing issue but I can consistently reproduce it when I have the Scheduleview inside of a tile view and I go from a minimized to a maximized state.
Thanks for your help!
Exception for FluidContentControl:
System.Windows.Data Error: ConvertBack cannot convert value 'Large' (type 'Telerik.Windows.Controls.FluidContentControlState'). BindingExpression: Path='State' DataItem='Telerik.Windows.Controls.RadFluidContentControl' (HashCode=3187035); target element is 'Rem.Ria.PatientModule.PatientDashboard.VitalsView' (Name=''); target property is 'TileState' (type 'Telerik.Windows.Controls.TileViewItemState').. System.NullReferenceException: Object reference not set to an instance of an object.
at Telerik.Windows.Controls.TransitionControl.TransitionPresenter.PrepareAnimation()
at Telerik.Windows.Controls.TransitionControl.TransitionPresenter.OnContentChanging(DependencyPropertyChangedEventArgs e)
at Telerik.Windows.Controls.TransitionControl.TransitionPresenter.OnContentChange(DependencyObject d, DependencyPropertyChangedEventArgs e)
at Telerik.Windows.PropertyMetadata.PropertyChangeHook.OnPropertyChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
at System.Windows.DependencyObject.RaisePropertyChangeNotifications(DependencyProperty dp, Object oldValue, Object newValue)
at System.Windows.DependencyObject.UpdateEffectiveValue(DependencyProperty property, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, ValueOperation operation)
at System.Windows.DependencyObject.RefreshExpression(DependencyProperty dp)
at System.Windows.DependencyPropertyChangedWeakListener.SourcePropertyChanged(DependencyObject c, DependencyProperty dp)
at System.Windows.DPChangedEventHandler.Invoke(DependencyObject sender, DependencyProperty dp)
at System.Windows.DependencyObject.OnPropertyChanged(DependencyProperty dp)
at System.Windows.FrameworkElement.OnPropertyChanged(DependencyProperty dp)
at System.Windows.DependencyObject.RaisePropertyChangeNotifications(DependencyProperty dp, Object oldValue, Object newValue)
at System.Windows.DependencyObject.UpdateEffectiveValue(DependencyProperty property, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, ValueOperation operation)
at System.Windows.DependencyObject.SetValueInternal(DependencyProperty dp, Object value, Boolean allowReadOnlySet, Boolean isBindingInStyleSetter)
at System.Windows.DependencyObject.SetValue(DependencyProperty dp, Object value)
at Telerik.Windows.DependencyPropertyExtensions.SetValue(DependencyObject element, DependencyPropertyKey key, Object value)
at Telerik.Windows.Controls.RadFluidContentControl.UpdateVisibleContent()
at Telerik.Windows.Controls.RadFluidContentControl.OnStateChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
at Telerik.Windows.PropertyMetadata.PropertyChangeHook.OnPropertyChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
at System.Windows.DependencyObject.RaisePropertyChangeNotifications(DependencyProperty dp, Object oldValue, Object newValue)
at System.Windows.DependencyObject.UpdateEffectiveValue(DependencyProperty property, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, ValueOperation operation)
at System.Windows.DependencyObject.SetValueInternal(DependencyProperty dp, Object value, Boolean allowReadOnlySet, Boolean isBindingInStyleSetter)
at System.Windows.DependencyPropertyListener.set_Value(Object value)
at System.Windows.PropertyAccessPathStep.set_Value(Object value)
at System.Windows.Data.BindingExpression.UpdateValue().
1.) The FluidContentControl throws exception when changing state inside of a TileView. I have a fluidcontentcontrol with change content mode to manual, binding its state to the tile view using a converter. See the exception below.
2.) Randomly I get a Catastrophic error when ScheduleView loads. It seems to be some kind of a timing issue but I can consistently reproduce it when I have the Scheduleview inside of a tile view and I go from a minimized to a maximized state.
Thanks for your help!
Exception for FluidContentControl:
System.Windows.Data Error: ConvertBack cannot convert value 'Large' (type 'Telerik.Windows.Controls.FluidContentControlState'). BindingExpression: Path='State' DataItem='Telerik.Windows.Controls.RadFluidContentControl' (HashCode=3187035); target element is 'Rem.Ria.PatientModule.PatientDashboard.VitalsView' (Name=''); target property is 'TileState' (type 'Telerik.Windows.Controls.TileViewItemState').. System.NullReferenceException: Object reference not set to an instance of an object.
at Telerik.Windows.Controls.TransitionControl.TransitionPresenter.PrepareAnimation()
at Telerik.Windows.Controls.TransitionControl.TransitionPresenter.OnContentChanging(DependencyPropertyChangedEventArgs e)
at Telerik.Windows.Controls.TransitionControl.TransitionPresenter.OnContentChange(DependencyObject d, DependencyPropertyChangedEventArgs e)
at Telerik.Windows.PropertyMetadata.PropertyChangeHook.OnPropertyChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
at System.Windows.DependencyObject.RaisePropertyChangeNotifications(DependencyProperty dp, Object oldValue, Object newValue)
at System.Windows.DependencyObject.UpdateEffectiveValue(DependencyProperty property, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, ValueOperation operation)
at System.Windows.DependencyObject.RefreshExpression(DependencyProperty dp)
at System.Windows.DependencyPropertyChangedWeakListener.SourcePropertyChanged(DependencyObject c, DependencyProperty dp)
at System.Windows.DPChangedEventHandler.Invoke(DependencyObject sender, DependencyProperty dp)
at System.Windows.DependencyObject.OnPropertyChanged(DependencyProperty dp)
at System.Windows.FrameworkElement.OnPropertyChanged(DependencyProperty dp)
at System.Windows.DependencyObject.RaisePropertyChangeNotifications(DependencyProperty dp, Object oldValue, Object newValue)
at System.Windows.DependencyObject.UpdateEffectiveValue(DependencyProperty property, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, ValueOperation operation)
at System.Windows.DependencyObject.SetValueInternal(DependencyProperty dp, Object value, Boolean allowReadOnlySet, Boolean isBindingInStyleSetter)
at System.Windows.DependencyObject.SetValue(DependencyProperty dp, Object value)
at Telerik.Windows.DependencyPropertyExtensions.SetValue(DependencyObject element, DependencyPropertyKey key, Object value)
at Telerik.Windows.Controls.RadFluidContentControl.UpdateVisibleContent()
at Telerik.Windows.Controls.RadFluidContentControl.OnStateChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
at Telerik.Windows.PropertyMetadata.PropertyChangeHook.OnPropertyChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
at System.Windows.DependencyObject.RaisePropertyChangeNotifications(DependencyProperty dp, Object oldValue, Object newValue)
at System.Windows.DependencyObject.UpdateEffectiveValue(DependencyProperty property, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, ValueOperation operation)
at System.Windows.DependencyObject.SetValueInternal(DependencyProperty dp, Object value, Boolean allowReadOnlySet, Boolean isBindingInStyleSetter)
at System.Windows.DependencyPropertyListener.set_Value(Object value)
at System.Windows.PropertyAccessPathStep.set_Value(Object value)
at System.Windows.Data.BindingExpression.UpdateValue().