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

Show progress on page change

1 Answer 111 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Sergei
Top achievements
Rank 1
Sergei asked on 19 Dec 2011, 10:51 PM
I have a report viewer in WPF, I'd like to show the user some feedback when changing pages (on a slow pc this can take 4-8 seconds).

I have bound to the "IsInProgress" property, but nothing happens.

<controls:CircularProgressBar Message="{Binding ProgressMessage}" >
    <controls:CircularProgressBar.Visibility>
        <Binding Path="IsInProgress">
            <Binding.Converter>
                <telerikViewer:VisibilityConverter/>
            </Binding.Converter>
        </Binding>
    </controls:CircularProgressBar.Visibility>
</controls:CircularProgressBar>


 I suspect that Telerik is not realeasing the UI thread for the progressbar to appear. 

Any ideas?

1 Answer, 1 is accepted

Sort by
0
Elian
Telerik team
answered on 20 Dec 2011, 05:24 PM
Hello Sergei,

Currently there is no option for a progress indicator when changing pages. 

Greetings,
Elian
the Telerik team

Q3’11 of Telerik Reporting is available for download. Register for the What's New in Data Tools webinar to see what's new and get a chance to WIN A FREE LICENSE!

Tags
General Discussions
Asked by
Sergei
Top achievements
Rank 1
Answers by
Elian
Telerik team
Share this question
or