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

Simple Button content in Tile not working

3 Answers 98 Views
TileList
This is a migrated thread and some comments may be shown as answers.
Per Thygesen
Top achievements
Rank 1
Per Thygesen asked on 27 Oct 2013, 09:32 AM

Putting a simple button in a Tile, but not getting any click event?

<telerik:RadTileList CanUserSelect="false" >
    <telerik:Tile TileType="Single">
        <Button Content="Hello" Click="ClickMe" />
    </telerik:Tile>
</telerik:RadTileList>

3 Answers, 1 is accepted

Sort by
0
Maya
Telerik team
answered on 28 Oct 2013, 07:34 AM
Hi Per,

This is a known issue and has been already resolved. Please download our internal build from the last week or the one coming later today and give it a try.
 
Regards,
Maya
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WPF.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
0
Per Thygesen
Top achievements
Rank 1
answered on 28 Oct 2013, 09:47 AM
Hi Maya

Sorry but it's not resolved.

I've tried with
2013.3.1016.45
2013.3.1021.45
2013.3.1021.40

<Window x:Class="Telerik.MainWindow"
             xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
             xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
             xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"       
         
        Title="MainWindow" Height="600" Width="800">
    <Grid>
 
        <telerik:RadTileList CanUserSelect="false">
            <telerik:Tile TileType="Single">
                <Button Click="ClickMe">Hello</Button>
            </telerik:Tile>
        </telerik:RadTileList>
          
    </Grid>
</Window>

0
Accepted
Maya
Telerik team
answered on 28 Oct 2013, 10:16 AM
Hi Per,

I am really sorry - it is my mistake. I have resolved the issue the last week, which makes the fix be available in the internal build coming today. I am attaching a sample project with binaries coming later today so that you can prove the behavior. 

Regards,
Maya
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WPF.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
TileList
Asked by
Per Thygesen
Top achievements
Rank 1
Answers by
Maya
Telerik team
Per Thygesen
Top achievements
Rank 1
Share this question
or