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

HtmlPlaceHolder in ToolTip

1 Answer 43 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
Steven
Top achievements
Rank 1
Steven asked on 11 Mar 2011, 03:52 PM
windowless set to true

htmlplaceholder work fine as stand along

Tooltip style work fine without htmlplaceholder

<StackPanel Orientation="Vertical" Grid.Column="1" Margin="3">
                                    <TextBlock Text="{Binding Subject}" TextWrapping="Wrap"
  Foreground="{TemplateBinding Foreground}" Margin="3" FontSize="16" FontWeight="Normal" />
                                    <StackPanel  Orientation="Horizontal" Margin="2 0">
                                        <TextBlock Text="{Binding Start, StringFormat=h:mm tt}"
  FontWeight="Normal" Margin="3 0 0 0" Foreground="#FFB2B2B2" />
                                        <TextBlock Text=" - " Foreground="#FFB2B2B2" />
                                        <TextBlock Text="{Binding End, StringFormat=h:mm tt}" 
  FontWeight="Normal" Margin="3 0 0 0" Foreground="#FFB2B2B2" />
                                        <telerik:RadHtmlPlaceholder  SourceUrl="http://www.google.com" Width="250" Height="370" />
                                    </StackPanel>

I can not see the content of htmlPlaceHolder,  the tooltip become wider but show only the tooltip background

1 Answer, 1 is accepted

Sort by
0
Tina Stancheva
Telerik team
answered on 17 Mar 2011, 10:00 AM
Hello Steven,

Please accept my apology for the delayed response.

The issue is only reproducible when the RadHtmlPlaceholder is defined inside the ContentTemplate of the ToolTip. If instead of binding the ToolTip Content, you define it in XAML, the RadHtmlPlaceholder will be displayed as expected.

Therefore I logged the issue as a bug in our PITS where you will be able to track its progress from tomorrow the latest under the name HtmlPlaceholder: The HtmlPlaceholder cannot be placed inside ToolTip ContentTemplate. I also updated your Telerik points accordingly.

I hope this isn't a showstopper for you.

Regards,
Tina Stancheva
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
Tags
ScheduleView
Asked by
Steven
Top achievements
Rank 1
Answers by
Tina Stancheva
Telerik team
Share this question
or