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

Tilesview doesn't show items on run time

3 Answers 64 Views
TileView
This is a migrated thread and some comments may be shown as answers.
Kamal Mostofi
Top achievements
Rank 1
Kamal Mostofi asked on 31 Mar 2011, 11:54 PM
Hello,
I added some text for each items which I can see them on the design time but when i run the application, items doesn't show! Do I miss anything in my code?

<telerik:RadTileView  Name="radTileView1" telerik:Theming.Theme="Office_Blue" Grid.Row="2" ColumnsCount="3" MinimizedColumnWidth="150" MinimizedRowHeight="150">
                  
                    <telerik:RadTileViewItem Header="Lettings" >
                        <TextBlock x:Name="ContentText"   FontSize="14" VerticalAlignment="Stretch"  TextWrapping="Wrap"  ScrollViewer.VerticalScrollBarVisibility="Auto" ScrollViewer.HorizontalScrollBarVisibility="Auto" Grid.Column="0" Grid.Row="2"
                           Text="Whether you want us to simply find you a quality tenant or you wish us fully ........"/>
                         
                    </telerik:RadTileViewItem>
                    <telerik:RadTileViewItem Header="Sales">
                        <TextBlock x:Name="ContentText2"  FontSize="14" VerticalAlignment="Stretch" HorizontalAlignment="Left" TextWrapping="Wrap" ScrollViewer.VerticalScrollBarVisibility="Auto" ScrollViewer.HorizontalScrollBarVisibility="Auto"
                           Text="Our focus is to provide exceptional service and to deliver results beyond expectation to our clients. This ......."/>
                    </telerik:RadTileViewItem>
                    <telerik:RadTileViewItem Header="Management" >
                        <TextBlock x:Name="ContentText3" FontSize="14" VerticalAlignment="Stretch" HorizontalAlignment="Left" TextWrapping="Wrap"  ScrollViewer.VerticalScrollBarVisibility="Auto" ScrollViewer.HorizontalScrollBarVisibility="Auto"
                           Text="Our experienced Property Management team looks after properties on ......"/></telerik:RadTileViewItem>

Thanks for your help in advance.
Kam

3 Answers, 1 is accepted

Sort by
0
Zarko
Telerik team
answered on 04 Apr 2011, 09:35 AM
Hi Kamal Mostofi,

 Could you please give us some more code snippets or a project that reproduces this issue because I wasn't able to recreate it? I've attached the sample project with which I tested this so if you want you can examine it and see if it is of any help to you.

Best wishes,
Zarko
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
0
Kamal Mostofi
Top achievements
Rank 1
answered on 04 Apr 2011, 08:18 PM
Hi,

thanks for the sample. I tested your sample and it worked. I copied the script to my page but when i try to maximise the item, i get a blank page... the only difference I noticed between my page and yours, is that i have the control in Page naviagation and your is in a user control. that shouldn't cause the error, should it?

Thanks,
Kam
0
Zarko
Telerik team
answered on 05 Apr 2011, 09:14 AM
Hello Kamal Mostofi,

 I don't think that the Page could cause the error, so I created and attached a sample project with a RadTileView in a navigation page and everything works fine. Could you please examine the project and see if it helps you? Also do your application throws an exception when you maximize an item or just goes as a blank page?

All the best,
Zarko
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
Kamal Mostofi
Top achievements
Rank 1
Answers by
Zarko
Telerik team
Kamal Mostofi
Top achievements
Rank 1
Share this question
or