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

Unusual behavior with radgridview and radtileview

2 Answers 74 Views
TileView
This is a migrated thread and some comments may be shown as answers.
Boots
Top achievements
Rank 1
Boots asked on 02 May 2011, 05:06 PM
Hello,

Recently we upgraded our telerik controls to version 2011.1.419.35. In this project we're hosting a RadGridView control in a RadTileViewItem. The problem we're running into is when we resize any of the RadTileViewItem's the one containing the RadGridView isn't behaving like the rest. sometimes it will be too big or too small or the other items disappear from view.

below is simple example that repeats my problem.

<Window x:Class="WpfApplication18.MainWindow"
        Title="MainWindow" Height="350" Width="525">
    <Grid>
        <telerik:RadTileView>
            <telerik:RadTileViewItem>
                <telerik:RadGridView />
            </telerik:RadTileViewItem>
            <telerik:RadTileViewItem>
                <Button Content="Button 1" />
            </telerik:RadTileViewItem>
            <telerik:RadTileViewItem>
                <Button Content="Button 2" />
            </telerik:RadTileViewItem>
            <telerik:RadTileViewItem>
                <Button Content="Button 3" />
            </telerik:RadTileViewItem>
        </telerik:RadTileView>
    </Grid>
</Window>

Any Ideas?

Thanks Much,
~Boots

2 Answers, 1 is accepted

Sort by
0
Accepted
Zarko
Telerik team
answered on 03 May 2011, 09:45 AM
Hello Boots,

 Could you please try to set MinimizedColumnWidth property to something like 250 and see if this fixes the issue? The problem is that the new default value of this property is Auto and there are some problems when the item have a big content like grid or chart.
If you have more questions feel free to ask.

All the best,
Zarko
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Boots
Top achievements
Rank 1
answered on 03 May 2011, 02:30 PM
Hello Zarko,

That worked perfect.

Thanks Again,
~Boots
Tags
TileView
Asked by
Boots
Top achievements
Rank 1
Answers by
Zarko
Telerik team
Boots
Top achievements
Rank 1
Share this question
or