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

Space always preserved...

1 Answer 34 Views
UniformGrid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
ManniAT
Top achievements
Rank 2
ManniAT asked on 23 May 2012, 11:25 PM
Hi,

I have a RadUniformGrid on a page using this markup.
<telerikPrimitives:RadUniformGrid NumberOfColumns="6" PreserveSpaceForCollapsedChildren="False">
        <Button Content="A" Height="90" />
        <Button Content="B" Height="90" />
        <Button Content="C" Height="90" />
        <Button Content="D" Height="90" />
        <Button Content="E" Height="90" />
        <Button Content="F" Height="90" />
        <Button Content="G" Height="90" />
        <Button Content="H" Height="90" Visibility="Collapsed" />
        <Button Content="I" Height="90" />
        <Button Content="J" Height="90" />
        <Button Content="K" Height="90" />
        <Button Content="L" Height="90" />
        <Button Content="M" Height="90" />
        <Button Content="N" Height="90" />
        <Button Content="O" Height="90" />
        <Button Content="P" Height="90" />
        <Button Content="Q" Height="90" />
        <Button Content="R" Height="90" />
        <Button Content="S" Height="90" />
        <Button Content="T" Height="90" />
        <Button Content="U" Height="90" />
        <Button Content="V" Height="90" />
        <Button Content="W" Height="90" />
        <Button Content="X" Height="90" />
        <Button Content="Y" Height="90" />
        <Button Content="Z" Height="90" />
    </telerikPrimitives:RadUniformGrid>


The problem - there is a "hole" at the position of the collapsed H Button.

Did I something wrong?

Manfred

1 Answer, 1 is accepted

Sort by
0
Victor
Telerik team
answered on 28 May 2012, 01:53 PM
Hi Manfred,

Thank you for writing.
There are a few known issues in RadUniformGrid and this is one of them. We have plans to update the uniform grid after the Q2 2012 release (June 6th). For now, please use the basic Grid panel.
Please write again if you have other questions.

Greetings,
Victor
the Telerik team

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

Tags
UniformGrid
Asked by
ManniAT
Top achievements
Rank 2
Answers by
Victor
Telerik team
Share this question
or