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

Content not showing

2 Answers 97 Views
BusyIndicator
This is a migrated thread and some comments may be shown as answers.
Ken
Top achievements
Rank 1
Ken asked on 11 Oct 2015, 10:06 AM

Hi,

 I'm surely doing something wrong, but I can't get the content of the BusyIndicator to display. This is what I have:

 <Window x:Class="WpfApplication1.MainWindow"
        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
        xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
        xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
        xmlns:local="clr-namespace:WpfApplication1"
        xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"
        mc:Ignorable="d"
        Title="MainWindow" Height="350" Width="525">
    <telerik:RadBusyIndicator IsBusy="False">
        <TextBlock>Hello there</TextBlock>
    </telerik:RadBusyIndicator>
</Window>

When running the app a blank window comes up. Removing the busy indicator shows "Hello there".

What am I doing wrong?

Thanks,

Adrian

 

p.s.: I'm running the 2015.3.930.45 version of the controls

2 Answers, 1 is accepted

Sort by
0
Ken
Top achievements
Rank 1
answered on 11 Oct 2015, 08:12 PM
Found the problem, I was referencing the NoXaml binaries and hence the busy indicator had no template.
0
Kalin
Telerik team
answered on 12 Oct 2015, 08:42 AM
Hi Adrian,

We are glad you have managed to solve the issue. If you have any other questions - please let us know.

Regards,
Kalin
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
BusyIndicator
Asked by
Ken
Top achievements
Rank 1
Answers by
Ken
Top achievements
Rank 1
Kalin
Telerik team
Share this question
or