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

RadHtmlPlaceHolder in LargeContent of RadTileView

1 Answer 30 Views
HTMLPlaceHolder
This is a migrated thread and some comments may be shown as answers.
Shilpi
Top achievements
Rank 1
Shilpi asked on 26 Jun 2012, 11:13 PM
Why doesn't this work?
<

telerik:RadFluidContentControl ContentChangeMode="Manual"

State="Normal"

TransitionDuration="0:0:.5">

<telerik:RadFluidContentControl.Content>

<Border>

<Grid >

<StackPanel VerticalAlignment="Center" HorizontalAlignment="Center" >

  <TextBlock Text="{Binding DisplayName}" HorizontalAlignment="Center" />

</StackPanel>

</Grid>

</Border>

</telerik:RadFluidContentControl.Content>

<telerik:RadFluidContentControl.LargeContent>

<Grid Background="PowderBlue">

<telerik:RadHtmlPlaceholder></telerik:RadHtmlPlaceholder>

</Grid>

</telerik:RadFluidContentControl.LargeContent>

</telerik:RadFluidContentControl>

When the fluid state changes to Large, it all goes haywire because of the RadHtmlPlaceHolderControl, If I replace that control with an Image or TextBox everything works fine. I want to have four tileViewItems and depending on the tileViewItem I click on it should become large and load the htmlPlaceHolder with the corresponding URL.

But it doesn't work. Any suggestions?

Thanks, Shilpi

1 Answer, 1 is accepted

Sort by
0
Zarko
Telerik team
answered on 29 Jun 2012, 02:52 PM
Hi Shilpi,
The problem is that you can't animate/move the RadHtmlPlaceholder (that's because of the IFrame it's using).
I've attached a sample project which shows how you can workaround this so could you please examine it and if you have further questions feel free to ask.

Greetings,
Zarko
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
HTMLPlaceHolder
Asked by
Shilpi
Top achievements
Rank 1
Answers by
Zarko
Telerik team
Share this question
or