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

radhtmlplaceholder goes out of bounds of tileview

1 Answer 84 Views
TileView
This is a migrated thread and some comments may be shown as answers.
ramneek singh
Top achievements
Rank 1
ramneek singh asked on 30 Dec 2009, 11:08 AM
Hi,
We are creating a solution where dashboards/widgets will be shown dynamically when a user clicks a button . for each click we open a tileviewitem. The content of tileviewitem is htmplaceholder whose sourceurl is set to the path where the dashboard resides. We have noticed that when the height of tileview items reduces, the htmlplaceholder gets out of bounds of the parent tileviewitem. Its lower edge goes out of the lower edge of the parent tileviewitem. Please let us know how to make sure the htmlplaceholder retains the bounds of the tileviewitem.

Regards
Ramneek

1 Answer, 1 is accepted

Sort by
0
Valentin.Stoychev
Telerik team
answered on 04 Jan 2010, 01:55 PM
Hello ramneek singh,

I could not reproduce the issue. Here is the code I'm using:

<telerikNavigation:RadTileView>
           <telerikNavigation:RadTileViewItem Header="Item1">
               <telerik:RadHtmlPlaceholder SourceUrl="http://google.com"/>
           </telerikNavigation:RadTileViewItem>
           <telerikNavigation:RadTileViewItem Header="Item1">
               <telerik:RadHtmlPlaceholder SourceUrl="http://google.com"/>
           </telerikNavigation:RadTileViewItem>
           <telerikNavigation:RadTileViewItem Header="Item1">
               <telerik:RadHtmlPlaceholder SourceUrl="http://google.com"/>
           </telerikNavigation:RadTileViewItem>
           <telerikNavigation:RadTileViewItem Header="Item1">
               <telerik:RadHtmlPlaceholder SourceUrl="http://google.com"/>
           </telerikNavigation:RadTileViewItem>
           <telerikNavigation:RadTileViewItem Header="Item1">
               <telerik:RadHtmlPlaceholder SourceUrl="http://google.com"/>
           </telerikNavigation:RadTileViewItem>
       </telerikNavigation:RadTileView>

No matter how I resize the browser - everything looks ok. Please let us know for more details.

Regards,
Valentin.Stoychev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
TileView
Asked by
ramneek singh
Top achievements
Rank 1
Answers by
Valentin.Stoychev
Telerik team
Share this question
or