Welcome to the Xceed Community | Help
Community Search  
More Search Options

Card View in UserControl

Sort Posts: Previous Next
  •  10-28-2008, 5:43 AM Post no. 16468

    Card View in UserControl

    Hi all,

    I am using XceedDataGrid Control in a usercontrol. But when i am setting the width of  XceedDataGrid Control to "Auto" then at runtime it is throughing a error saying

    "Unable to find assembly 'Xceed.Wpf.DataGrid, Version=3.0.8415.15000, Culture=neutral, PublicKeyToken=ba83ff368b7563c6'." .But when i am setiing any width ,its working fine . What could be the problem ??

    For more clarification i am copying the xaml code here:

        <StackPanel VerticalAlignment="Top" >

            <xcdg:DataGridControl Grid.Row="0" Name="dataGridControl1"  VerticalAlignment="Top"  AutoCreateColumns="False" Width="Auto" Height="65" ReadOnly="True" >
           
                <xcdg:DataGridControl.Columns>
                    <xcdg:Column FieldName="Name" Visible="False"  Title=" Name" ReadOnly="True" IsMainColumn="True" ></xcdg:Column>
                    <xcdg:Column FieldName="Help" ReadOnly="True" Title="Help" CellContentTemplate="{StaticResource DataTemplKioskHelp}"></xcdg:Column>
                </xcdg:DataGridControl.Columns>

                <xcdg:DataGridControl.View>
                    <xcdg:CardView CardWidth="75" UseDefaultHeadersFooters="False" AllowCardResize="False">
                        <xcdg:CardView.Theme>
                            <xcdg:WMP11Theme />
                        </xcdg:CardView.Theme>
                    </xcdg:CardView>

                </xcdg:DataGridControl.View>
           
            </xcdg:DataGridControl>

        </StackPanel>

     

    Filed under: ,
  •  10-28-2008, 2:05 PM Post no. 16473 in reply to 16468

    Re: Card View in UserControl

    We don't reproduce this behavior here.  You can send a sample application to support@xceed.com with a reference to this post, so we can investigate this further.
    André
    Software Developer
    Xceed Software Inc.
  •  10-29-2008, 7:29 AM Post no. 16480 in reply to 16473

    Re: Card View in UserControl

    Hi Andre,

    I reproduced this again and based on that i created a sample application. I am sending the sample application to support@xceed.com . Let me know the reason for this and a solution .

    Thanx

  •  09-14-2009, 11:14 PM Post no. 23947 in reply to 16468

    Re: Card View in UserControl

    Where you able to address this issue? What OS and .NET Framework are you using?
    Yo solo sé que no sé nada - Sócrates
  •  09-15-2009, 10:45 AM Post no. 23962 in reply to 23947

    Re: Card View in UserControl

    Hi Giuliano,

    I found the support case that was logged for this issue (case id 119933). We were not able to reproduce the error ourselves, however we did find what was causing it: most WPF controls like the DataGrid do not support "Auto" as width or height, with the exception of RowDefinitions and ColumnDefinitions.


    ** Quick Tip: Clients with an active support subscription should be sending their questions by email if they wish to benefit from the faster response time. Thanks!


    Diane Lafontaine
    Technical Support
    Xceed Software Inc.
View as RSS news feed in XML
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2011 Xceed Software Inc.