Whenever I mouse over the record selector I get this warning in Visual Studio:
System.Windows.Media.Animation Warning: 6 : Unable to perform action because the specified Storyboard was never applied to this object for interactive control.; Action='Stop'; Storyboard='System.Windows.Media.Animation.Storyboard'; Storyboard.HashCode='17244870'; Storyboard.Type='System.Windows.Media.Animation.Storyboard'; TargetElement='RecordSelector: DataRecord- 0 Book.Title: Collapsing Universe'; TargetElement.HashCode='15853377'; TargetElement.Type='Infragistics.Windows.DataPresenter.RecordSelector'
This usually indicates a situation where a non-controllable story is being called on to Stop. Is this a (known) bug?
This looks like an issue with the default style for the RecordSelector. I'll submit a bug for it.
Thanks for pointing it out.
Hi Joe, I upgraded my project to version 8.1 and that warning is still present.