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

Tileview Content not visible

1 Answer 51 Views
TileView
This is a migrated thread and some comments may be shown as answers.
David Ginn
Top achievements
Rank 1
David Ginn asked on 25 Jun 2010, 03:27 PM
I have been trying to understand why I cannot view the content of a TileViewItem.    I finally reverted my code to view work with the example provided within the Telerik Tileview help text.   I created a new silverlight control and pasted the following


<UserControl x:Class="RadTileViewHelpExamples.MainPage"
   
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
   xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
   xmlns:telerik="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls"
   
xmlns:telerikNavigation="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.Navigation"             
   
>
   
<Grid x:Name="LayoutRoot">
       
<telerikNavigation:RadTileView>
           
<telerikNavigation:RadTileViewItem Header="Item1">
               
<TextBlock Text="Item1 Content"/>
           
</telerikNavigation:RadTileViewItem>
           
<telerikNavigation:RadTileViewItem Header="Item2">
               
<TextBlock Text="Item2 Content"/>
           
</telerikNavigation:RadTileViewItem>
           
<telerikNavigation:RadTileViewItem Header="Item3" >
               
<TextBlock Text="Item3 Content"/>
           
</telerikNavigation:RadTileViewItem>
       
</telerikNavigation:RadTileView>
   
</Grid>
</
UserControl>

In each case the I should be able to view the content <TextBlock Text="Item3 Content"/> for each tileviewitem.  However, for some reason I cannot view the textboxes in design or run time.

I'm using VS2010, Silverlight 4, the lastest downloads from Telerik.  Any insight would be appreciated.

Thank you

1 Answer, 1 is accepted

Sort by
0
Kiril Stanoev
Telerik team
answered on 29 Jun 2010, 11:39 AM
Hi David,

I was not able to reproduce this issue. I used both 0609 and 0625 versions of our controls and I was able to see all contents:



Please find attached my sample project for further reference. Additionally, the version of Silverlight I am using is 4.0.50401.0.

On a side note, I'd like to inform you that we've just released an online tool that allows you to reduce the size of your Silverilght applications. For more information, please visit http://blogs.telerik.com/blogs/posts/10-06-10/telerik_assembly_minifier.aspx

Kind regards,
Kiril Stanoev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
TileView
Asked by
David Ginn
Top achievements
Rank 1
Answers by
Kiril Stanoev
Telerik team
Share this question
or