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

How to Show RadHtmlplaceholder in Telerik Radtab control.

1 Answer 40 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Pranavi
Top achievements
Rank 1
Pranavi asked on 27 Dec 2013, 12:48 PM
Hi....
    How to Show RadHtmlplaceholder in Telerik Radtab control.

   Sample code  i have used
     
  <telerikNavigation:RadTabItem Padding="4 1" x:Name="First_Tab">
                        <telerikNavigation:RadTabItem.Header>
                            <TextBlock Text="FirstTab" Margin="19 2 19 0" />
                        </telerikNavigation:RadTabItem.Header>
                        <telerikNavigation:RadTabItem.Content>
                           
                                <Telerik:RadHtmlPlaceholder  x:Name="Financialchart" Visibility="Visible"  SourceUrl="http://localhost/NewCustomerPortal/CustomerPortal.html" UrlLoaded="RadHtmlPlaceholder_UrlLoaded"></TelerikPopup:RadHtmlPlaceholder>
                                                   
                        </telerikNavigation:RadTabItem.Content>
                    </telerikNavigation:RadTabItem>

Thank You,

1 Answer, 1 is accepted

Sort by
0
Tina Stancheva
Telerik team
answered on 01 Jan 2014, 11:16 AM
Hi Pranavi,

I am not sure what issues you're experiencing while displaying an HtmlPlaceholder in a RadTabControl. Can you please elaborate a bit more on your scenario and whether it is not working as expected. For your convenience I attached a sample solution where I defined a RadHtmlPlaceholder in the first tab of a RadTabControl component. It works as expected on my side so please give it a try on yours and let me know how it goes.

Regards,
Tina Stancheva
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for SILVERLIGHT.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
General Discussions
Asked by
Pranavi
Top achievements
Rank 1
Answers by
Tina Stancheva
Telerik team
Share this question
or