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

Tile contents do not allow Binding

3 Answers 54 Views
TileList
This is a migrated thread and some comments may be shown as answers.
Saher
Top achievements
Rank 1
Saher asked on 18 Jul 2013, 06:55 PM
Hi,

I am creating a Silverlight project with the intent to be linked from WPF project as well. Here is the issue I am facing described in StackOverflow question 

<telerik:Tile TileType="Single" Width="Auto" Background="#FF559B55" Name="tile1" 
                                      FontWeight="Bold" FontFamily="Verdana">


                                <Button Content = {Binding Path=MyRVal} Click="btClick" Foreground="Black">
                                   </Button>         

</telerik:Tile>
This works fine in Silverlight project, but the button does not show in WPF. I noticed this only happens when there is Binding instead of static, does WPF not handle this?
I know this might not be Telerik issue, but I wanted to ask and maybe get suggestions of how to have a Button or other control (with Binding) within a Tile working both in Silverlight and WPF.

Thanks

3 Answers, 1 is accepted

Sort by
0
Maya
Telerik team
answered on 19 Jul 2013, 09:21 AM
Hi Saher,

Indeed, you are right. However, this issue has been resolved and the fix will be available in our internal build coming on Monday. I am attaching a sample project with locally built binaries so that you can test the functionality right away. 

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
mark
Top achievements
Rank 1
answered on 28 Aug 2013, 05:25 AM
Does this include a fix for grouping fix?
0
Maya
Telerik team
answered on 28 Aug 2013, 08:00 AM
Hello Mark,

I have just replied to the other thread you participated in. 

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
Saher
Top achievements
Rank 1
Answers by
Maya
Telerik team
mark
Top achievements
Rank 1
Share this question
or