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

[Solved] Vertical gridlines disappear sometimes

1 Answer 83 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
THOMAS
Top achievements
Rank 1
THOMAS asked on 01 Aug 2011, 02:06 PM

Dear sir,

I have a GridView in a RadWindow.  If I change the size of the Window, the vertical grid lines disappears sometimes. It happens only in GridViews with columns, which fill the whole grid (Width=*)

 

<Controls:CldbGridView

                HorizontalAlignment="Stretch"

                VerticalAlignment="Top"

                ItemsSource="{Binding VertragsphaseParameterElements}"

                CanUserDeleteRows="False"

                CanUserInsertRows="False"

                CanUserSortColumns="True"

                ShowGroupPanel="True"

                AutoGenerateColumns="False"

                SelectedItem="{Binding SelectedElement, Mode=TwoWay}"

                Background="{StaticResource CldbGridView_CellBackground_ReadOnly}">

            <Controls1:RadGridView.Columns>

                <Controls1:GridViewDataColumn DataMemberBinding="{Binding Phase}" Header="Phase"

                                              IsReadOnly="True" Background="{StaticResource CldbGridView_CellBackground_ReadOnly}" Width="2*"/>

                <Controls1:GridViewDataColumn DataMemberBinding="{Binding Aktuell}" Header="Aktuell"

                                              IsReadOnly="True" Background="{StaticResource CldbGridView_CellBackground_ReadOnly}" Width="2*"/>

                <Controls1:GridViewDataColumn DataMemberBinding="{Binding Geaendert}" Header="geƤndert"

                                              IsReadOnly="True" Background="{StaticResource CldbGridView_CellBackground_ReadOnly}" Width="3*"/>

               

            </Controls1:RadGridView.Columns>

        </Controls:CldbGridView>

 

Is it possible to repair this behavior?

 

Best Regards

1 Answer, 1 is accepted

Sort by
0
Yordanka
Telerik team
answered on 01 Aug 2011, 04:51 PM
Hi Thomas,

Thank you for the feedback.
We fixed a similar problem in the latest internal build but unfortunately, the scenario you described are not covered. We will continue investigating it and will do our best to address it as soon as possible.

I have updated your Telerik points.
 
Kind regards,
Yordanka
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get now >>

Tags
GridView
Asked by
THOMAS
Top achievements
Rank 1
Answers by
Yordanka
Telerik team
Share this question
or