Unplanned
Last Updated: 15 Feb 2024 12:40 by Martin Ivanov
The measuring logic of the groups in RadTileList was changed because of a new feature which brings issues with some layouts defined in the GroupTemplate. For example, if you have a TextBlock in the GroupTemplate, and set its HorizontalAlignment to Center, the TextBlock will be positioned around the center of the RadTileList control, instead of the group's center. Also, in this case the TextBlock disappears. 
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: 14 Jan 2021 11:35 by ADMIN
Release R1 2021
ADMIN
Created by: Maya
Comments: 0
Category: TileList
Type: Feature Request
22

			
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>
Unplanned
Last Updated: 29 Nov 2018 09:11 by ADMIN

Create a feature in the RadTileList control that allows the user to select multiple tiles, but only one (or maybe, any number - it could be a property that is set for this specific kind of selection) per group.

 

This was first discussed on this forum thread: https://www.telerik.com/forums/multiple-selection-single-selection-per-group and it's the reason behind this feature request.

The current workaround to overcome this "issue" is also available through that link.

Unplanned
Last Updated: 14 Nov 2018 16:24 by ADMIN
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.
Unplanned
Last Updated: 04 Jul 2017 08:34 by ADMIN
ADMIN
Created by: Vera
Comments: 0
Category: TileList
Type: Feature Request
11
Make Tile.DisplayIndex property a dependency property so it can be can be set through data binding.
Unplanned
Last Updated: 29 Jun 2017 12:18 by ADMIN
ADMIN
Created by: Dilyan Traykov
Comments: 0
Category: TileList
Type: Feature Request
2

			
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
Unplanned
Last Updated: 24 Apr 2017 08:28 by ADMIN
ADMIN
Created by: Stefan Nenchev
Comments: 0
Category: TileList
Type: Feature Request
1

			
Unplanned
Last Updated: 03 Jan 2017 21:15 by ADMIN
This will allow to have different visual customization for the separate groups.
Declined
Last Updated: 12 Sep 2016 13:46 by Hammad
The horizontal scrollbar disappears setting RadTileList's background to black and when Windows8Touch theme is used.

Declined: By default the ScrollBar's Thumb in Windows8Touch theme is transparent black and it is expected not to be visible on black background.

For customization of the ScrollBar see attached project:
1. Extract the Style and Control Templates for the ScrollBar and its components from the System.Windows.xaml
2. Modify the HorizontalThumb and VerticalThumb's backgrounds to any color different from black - e.g. MainBrush, which is white in Windows8Thouch theme, change any needed opacities in the VisualStates
3. Apply the style globally for your application in App.xaml or only to the needed controls - in their <Control>.Resources (including all its needed resources)
Unplanned
Last Updated: 09 Aug 2016 08:46 by ADMIN
ADMIN
Created by: Ivan Ivanov
Comments: 0
Category: TileList
Type: Feature Request
1

			
Unplanned
Last Updated: 03 Aug 2016 15:13 by ADMIN
ADMIN
Created by: Maya
Comments: 0
Category: TileList
Type: Feature Request
2

			
Unplanned
Last Updated: 03 Aug 2016 15:13 by ADMIN
ADMIN
Created by: Maya
Comments: 0
Category: TileList
Type: Feature Request
5

			
Unplanned
Last Updated: 03 Aug 2016 15:12 by ADMIN
1 2 3