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

Determinate Progress Not Working

1 Answer 82 Views
BusyIndicator
This is a migrated thread and some comments may be shown as answers.
Mark
Top achievements
Rank 1
Mark asked on 09 Dec 2011, 05:27 PM
Hey Guys,

I am using the Q2 2011 controls, and I can't seem to get determinate progress to work.  I think I am doing everything I need to according to the docs, but the UI still looks exactly like the indeterminate state.

The result of the code below is shown in the attached screenshot.  I was expecting the middle fill to be at 50%, but the value of ProgressValue seems to make no difference. 

Any idea what I am missing?  Is this a bug or a regression of some sort?

Thanks,
Mark

<Window x:Class="BusyIndicatorTest.MainWindow"
    xmlns:Controls="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls" 
    Title="MainWindow" 
    Height="350"
    Width="525">
    <Grid>
        <Controls:RadBusyIndicator
            IsBusy="True"
            IsIndeterminate="False"
            ProgressValue="50.0">
            <ListBox>
                <ListBoxItem Content="Some Content 1"/>
                <ListBoxItem Content="Some Content 2"/>
            </ListBox>
        </Controls:RadBusyIndicator>
    </Grid>
</Window>

1 Answer, 1 is accepted

Sort by
0
Dani
Telerik team
answered on 12 Dec 2011, 12:37 PM
Hello Mark,

There was an issue with the IsIndeterminate state in version 2011.3 1116 of the assemblies. The issue was immediately fixed in the subsequent internal build. Please, upgrade to a later version of the controls and let me know if your application demonstrates any unexpected behavior.

Best wishes,
Dani
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
Tags
BusyIndicator
Asked by
Mark
Top achievements
Rank 1
Answers by
Dani
Telerik team
Share this question
or