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

Problem with resizing GridView

2 Answers 66 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Sergey
Top achievements
Rank 1
Sergey asked on 02 Feb 2013, 10:16 PM
Hello. When I am resizing my GridView some cells can be displayed without borders (like merged) (in Expression dark theme, other themes work fine). Is it bug?

UPDATE: In other themes I found the same problem. I was doing very fast  horisontal resizing

Style to my GridView

<Style x:Key="GridViewStandardStyle" TargetType="{x:Type controls:OlbGridView}">
        <Setter Property="IsReadOnly" Value="True"/>
        <Setter Property="GroupRenderMode" Value="Flat"/>
        <Setter Property="VirtualizingStackPanel.IsVirtualizing" Value="True"/>
        <Setter Property="AutoGenerateColumns" Value="False"/>
        <Setter Property="ShowGroupPanel" Value="False"/>
    </Style>


Thanks

2 Answers, 1 is accepted

Sort by
0
Sergey
Top achievements
Rank 1
answered on 02 Feb 2013, 10:33 PM
I think that problem in GroupRenderMode . I remove this property and the error was gone.
0
Yordanka
Telerik team
answered on 04 Feb 2013, 02:27 PM
Hi Sergey,

Could you test your application with our latest internal binaries - version 2012.3.1328 and let us know about the result?
 
Greetings,
Yordanka
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

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