I have the following:
<ig:XamDialogWindow x:Name="dlgAddReport" Grid.Row="0" RestrictInContainer="True" IsResizable="True" IsMoveable="True" Header="Add Report" IsModal="True" CloseButtonVisibility="Collapsed" MaximizeButtonVisibility="Collapsed" MinimizeButtonVisibility="Collapsed" HeaderIconVisibility="Collapsed" StartupPosition="Center">
<ig:XamComboEditor Grid.Column="1" Grid.Row="1" Width="200" Margin="10,0,0,2" IsEditable="True" DisplayMemberPath="ReportDesc" ItemsSource="{Binding ReportDetails}" SelectedItem="{Binding SelectedReportDetail, Mode=TwoWay}" /> </ig:XamDialogWindow>
When I load the page I get the following error:
The type 'XamComboEditor' was not found.
Info:
InfragisticsSL4.Controls.Interactions.XamDialogWindow.v11.1.dll
11.1.20111.1004
InfragisticsSL4.Controls.Editors.XamComboEditor.v11.1.dll
Hello,
I am just checking the progress of this issue and was wondering if you managed to achieve your goal or if you need any further assistance on the matter.
If the above suggestion helped you solve your issue please verify the thread as answered so other users may take better advantage of it.