Hello,
I'm using xamDataGrid and I receive a lot of error lines in the output (Console). I'm using some other components (Ribbon).
here are some lines :
<Line Start>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='20896666'; Storyboard.Type='System.Windows.Media.Animation.Storyboard'; TargetElement='RecordSelector: DataRecord- 2 Cursus: TheCursus'; TargetElement.HashCode='22264193'; TargetElement.Type='Infragistics.Windows.DataPresenter.RecordSelector' <End Line>
one other (from the ribbon)
<Line Start> System.Windows.Data Error: 35 : BindingExpression path error: 'igRibbon:XamRibbon' property not found on 'object' ''ButtonTool' (Name='SearchFournitureToolReferenceCancel')'. BindingExpression:Path=igRibbon:XamRibbon.Location; DataItem='ButtonTool' (Name='SearchFournitureToolReferenceCancel'); target element is 'ButtonTool' (Name='SearchFournitureToolReferenceCancel'); target property is 'NoTarget' (type 'Object') <End Line>
Observing the same issue with xamDataGrid with v.8.2.20082.2001: two warnings in the console on every click.
Wonder if it has been fixed? If not, is there a workaround?
Thanks,
Michael