Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
590
XamDialogWindow with XamComboEditor
posted

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

11.1.20111.1004

  • 27093
    posted

    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.

  • 27093
    posted

    Hello,

     

    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.

    SilverlightApplication1.zip
  • 590
    posted

    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.