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.
I have been looking into this for you and it appears you have forgotten the InfragisticsSL4.v11.1.ddl file. Also I can suggest using our predefined namespace: xmlns:ig="http://schemas.infragistics.com/xaml"
I have attached a sample project with all that for your reference (SilverlightApplication1.zip).
Please let me know if I can be of any further assistance on the matter.
Just a quick update,
I change my xmlns and now I get the following error:
The type 'XamComboEditor' was not found because 'clr-namespace:Infragistics.Controls.Editors;assembly=InfragisticsSL4.Controls.Editors.XamComboEditor.v11.1' is an unknown namespace.