This is a migrated thread and some comments may be shown as answers.

column width

1 Answer 76 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Orit
Top achievements
Rank 1
Orit asked on 05 Nov 2009, 06:18 AM
Hello
I have a grid with tow columns
when there is no data in the grid
only the header of the first column is shown
 this is my xaml
 <Grid> 
                        <telerik:RadGridView  Name="gvCustomersIn" AutoGenerateColumns="False" Margin="10,10,10,10" Height="auto" ColumnsWidthMode="Fill" 
                                 HorizontalAlignment="Center" IsFilteringAllowed="False" FlowDirection="RightToLeft" ShowGroupPanel="False" Width="auto" 
                                 BeginningEdit="Grid_BeginningEdit" CellEditEnded="gvCustomersIn_CellEditEnded">  
                                <telerik:RadGridView.Columns> 
                                <telerik:GridViewComboBoxColumn     
                                    DataMemberBinding="{Binding Path=CustomerUnitID}"      
                                    DisplayMemberPath="Name"     
                                    SelectedValueMemberPath="Id"     
                                    Header="שם לקוח"     
                                    UniqueName="CustomerUnitName"     
                                    />                                  
                                <telerik:GridViewComboBoxColumn     
                                    DataMemberBinding="{Binding Path=CustomerTypeID}"      
                                    DisplayMemberPath="Name"     
                                    SelectedValueMemberPath="Id"     
                                    Header="סוג לקוח"     
                                    UniqueName="CustomerTypeName"   
                                    /> 
                                </telerik:RadGridView.Columns> 
                            </telerik:RadGridView>    
                    </Grid>       

Thanks

1 Answer, 1 is accepted

Sort by
0
Missing User
answered on 05 Nov 2009, 02:07 PM
Hello Orit,

I've tried to reproduce your scenario using our latest Q3 binaries, but unfortunately I was not able to.
I have prepared a sample application that I'm attaching. Can you please share some more details on how to reproduce the issue or to modify the attached sample project in a way the problem can be reproduced.

Regards,
Anastasia
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
GridView
Asked by
Orit
Top achievements
Rank 1
Answers by
Missing User
Share this question
or