Unplanned
Last Updated: 03 Jan 2017 20:54 by ADMIN
If all RadTileViewItems have their Visibility set  to Collapsed and MinimizedRowHeight or MinimizedColumnWidth properties of the RadTileView are changed, the items cannot be visualized again.
Completed
Last Updated: 06 Oct 2014 06:33 by ADMIN
When the TileView is populated with a single tile and HorizontalAlignment of the control is set to Left, and then maximize this tile, the tile disappears.

Fixed in LIB version: 2014.2.1005
Completed
Last Updated: 16 Sep 2014 13:18 by ADMIN
ADMIN
Created by: Pavel R. Pavlov
Comments: 0
Category: TileView
Type: Bug Report
1
When you have nested TileViews the exception is thrown in certain scenarios

Fixed in LIB version: 2014.2.0825
Completed
Last Updated: 02 Mar 2018 08:14 by Patrick
The DataContext is not distribute to Large and Small contents in some cases.

Possible workarouns:
1) Declare the DataContext of TileView in xaml, for example:
   <Window.DataContext>
        <local:MainViewModel />
    </Window.DataContext>

2) Assing DataContext Binding to the three contents:
  <telerik:RadFluidContentControl.LargeContent>
                <Grid DataContext="

 <telerik:RadFluidContentControl.Content>
                <TextBox FontSize="16" DataContext="{Binding}"

            <telerik:RadFluidContentControl.SmallContent>
				<TextBlock FontSize="12" DataContext="{Binding}"
Completed
Last Updated: 23 Jan 2020 12:23 by ADMIN
In Expression Dark theme when you have a TextBlock inside a FluidContentControl the foreground is not updated.