Completed
Last Updated: 04 Feb 2019 11:46 by ADMIN
Dilyan
Created on: 20 Nov 2018 11:00
Category: TileList
Type: Bug Report
1
TileList: InvalidOperationException is thrown if a group has no items when using implicit styles
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>
1 comment
ADMIN
Vera
Posted on: 04 Feb 2019 11:46
Hello,

The fix for this issue will be available with the next LIB (version 2019.1.0204) expected today, February 4.

Regards,
Vera
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.