Completed
Last Updated: 25 Feb 2022 12:24 by ADMIN
Release LIB 2022.1.228 (28 Feb 2022)
The Tiles of the TileList control are not displayed initially when the Orientation property is set to "Horizontal" and the  GroupHeaderHeight is set to "Auto".
Completed
Last Updated: 23 Aug 2019 06:55 by ADMIN
Release LIB 2019.2.826 (08/26/2019)
When the Tile has a Command bound to its Command property, its IsEnabled property is set to what is returned by the CanExecute method of the command. This behavior differs from the one of the standard MS Button in the same scenario.
Completed
Last Updated: 04 Feb 2019 11:46 by ADMIN
System.InvalidOperationException: 'Cyclic reference found while evaluating the Style property on element 'Telerik.Windows.Controls.TileGroupContainer Header: Items.Count:0'.'

The current workaround is to create the following style:

<Style BasedOn="{StaticResource TileGroupContainerStyle}" TargetType="telerik:TileGroupContainer">
    <Style.Triggers>
        <DataTrigger Binding="{Binding Items.Count}" Value="0">
            <Setter Property="ItemsSource" Value="{x:Null}"/>
        </DataTrigger>
    </Style.Triggers>
</Style>
Completed
Last Updated: 18 Oct 2018 08:40 by ADMIN
ADMIN
Created by: Vladimir Stoyanov
Comments: 1
Category: TileList
Type: Bug Report
1
As a workaround you can apply the style explicitly or through an ItemContainerStyleSelector.
Completed
Last Updated: 30 May 2017 11:00 by ADMIN
RadTileList: Memory leak when removing items from the collection of ItemsSource of the RadTileList and then change any property of any of the removed items.


Available in LIB version: 2017.2.605
Completed
Last Updated: 18 Jul 2016 07:53 by ADMIN
Completed
Last Updated: 25 Jul 2016 12:02 by ADMIN
ADMIN
Created by: Stefan
Comments: 0
Category: TileList
Type: Bug Report
2

			
Completed
Last Updated: 13 Jul 2016 12:37 by ADMIN
Completed
Last Updated: 22 Jun 2015 14:26 by ADMIN
ADMIN
Created by: Stefan
Comments: 0
Category: TileList
Type: Bug Report
2
The fix will be available with Q2 2015. 
Completed
Last Updated: 11 Dec 2015 11:01 by ADMIN
The fix will be released with Q1 2016 offical version.
Completed
Last Updated: 22 Oct 2015 08:30 by ADMIN
The problem should be resolved with lib version 2015.3.1026.
Completed
Last Updated: 27 Jan 2015 14:22 by ADMIN
Should be resolved with lib version 2014.3.1402.
Completed
Last Updated: 21 Oct 2014 10:28 by ADMIN
Created by: thomas
Comments: 2
Category: TileList
Type: Bug Report
1
I use RadTileList without any tiles grouping. But internally TileListPanel get top padding 30 px. So visually I got "hole" above the list. And i can't set margin -30 because i can't be sure about this padding. 
ItemsPanelTemplate with padding="0" don't work properly as described at http://stackoverflow.com/questions/23091182/layout-issue-with-telerik-radtilelist-control.
I tnink that this top padding should be 0 px if there are no groups at tiles or no "TileGroup" elements are specified.


Completed
Last Updated: 23 Sep 2014 08:48 by ADMIN
ADMIN
Created by: Yoan
Comments: 0
Category: TileList
Type: Bug Report
0
Should be resolved with Q3 2014 expected till the end of October. 
Completed
Last Updated: 14 Oct 2014 14:58 by ADMIN
ADMIN
Created by: Vera
Comments: 0
Category: TileList
Type: Bug Report
3
Resolved with Q3 2014 expected till the end of October. 
Completed
Last Updated: 15 Apr 2014 15:23 by ADMIN
Touch does not work correctly when RadTileList is unloaded and loaded again. The same behaviour can be observed in case TileList is placed in TabControl.

Resolved with 2014.1.414.