I have a very simple example of a XamFormulaEditor (see xaml below) which works absolutely fine in a sample test project but when moved to the main solution the following error is generated:
"'Infragistics.Controls.Interactions.Primitives.FormulaEditorCommandSource' is not a valid value for property 'Command'."
There is no inner exception so I am unable to diagnose the issue. I believe all the required references are in place.
<Grid>
<Grid.Resources>
<ig:XamCalculationManager x:Key="CalculationManager"></ig:XamCalculationManager>
</Grid.Resources>
<StackPanel>
<TextBox x:Name="a" Width="40"/>
<TextBox x:Name="b" Width="40"/>
<TextBlock x:Name="FormulaString" ig:XamCalculationManager.CalculationManager="{StaticResource CalculationManager}">
<ig:XamCalculationManager.ControlSettings>
<ig:ControlCalculationSettings Formula=""/>
</ig:XamCalculationManager.ControlSettings>
</TextBlock>
<ig:XamFormulaEditor Target="{Binding ElementName=FormulaString}"/>
</StackPanel>
</Grid>
Hello,
I am just checking if you got this worked out or you still require any assistance or clarification on the matter.
Well it is still an issue but I am unable to provide a sample project due to the fact that the issue is specific to a certain project.
I am just checking were you able to prepare the sample project, so we could be able to investigate this further for you.
Looking forward for your reply.