Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Silverlight > TabControl > RadTabItem content exception

Not answered RadTabItem content exception

Feed from this thread
  • Miłosz Cechnicki avatar

    Posted on Nov 17, 2011 (permalink)

    Error occures only with Silverlight 5 beta runtime installed. Remove this post, please

    When setting RadTabItem content, there is a runtime (event sometimes design-time) exception:
    Set property 'System.Windows.Controls.ContentControl.Content' threw an exception.


    <UserControl x:Class="RadTabControlTestProject.MainPage"
        mc:Ignorable="d"
        d:DesignHeight="300" d:DesignWidth="400">
     
        <Grid x:Name="LayoutRoot" Background="White">
            <telerik:RadTabControl>
                <telerik:RadTabItem>
                    <!--<Grid>
                        <Grid.RowDefinitions>
                            <RowDefinition Height="Auto" />
                            <RowDefinition Height="*" />
                        </Grid.RowDefinitions>
                        <TextBlock Text="Sample text:" />
                    </Grid>-->
                    <TextBlock Text="Sample Text" />
                </telerik:RadTabItem>
            </telerik:RadTabControl>
        </Grid>
    </UserControl>

    Exception occures even on Your demos website ;) http://demos.telerik.com/silverlight/#TabControl/FirstLook

    Reply

  • Tina Stancheva Tina Stancheva admin's avatar

    Posted on Nov 22, 2011 (permalink)

    Hello Miłosz,

    There are certain issues we're having against the publicly available SL5 RC version. These issues have been resolved now thanks to our close cooperation with MS. However, since there is no more recent official version rather than SL5 RC, we cannot officially announce anything till the SL5 RTM is out.

    I wanted to share this information in case others encounter the same issues with the publicly available SL5 RC version.

    Regards,
    Tina Stancheva
    the Telerik team

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

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Silverlight > TabControl > RadTabItem content exception
Related resources for "RadTabItem content exception"

Silverlight TabControl Features  |  Documentation  |  Demos  |  Telerik TV  |  Self-Paced Trainer  ]