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

include progressbar in radgrid

3 Answers 97 Views
GridView
This is a migrated thread and some comments may be shown as answers.
sandy
Top achievements
Rank 1
Iron
Veteran
sandy asked on 23 Jan 2012, 05:57 PM
Hi all,
i have a radgrid. that grid will load some large amount of data.
so my requirement is whn data is loading in radgrid i want to show a progress bar its showing loading data.
after loading data in radgrid that progressbar will disaapear.
am doing this program in silverlight 4.0 using radgrid.
can any body help.

thanks.
sandeep

3 Answers, 1 is accepted

Sort by
0
Maya
Telerik team
answered on 23 Jan 2012, 06:15 PM
Hello Sandy,

You can benefit from RadBusyIndicator. Please run through our online documentation and demos for a reference. 

All the best,
Maya
the Telerik team

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

0
sandy
Top achievements
Rank 1
Iron
Veteran
answered on 23 Jan 2012, 06:27 PM
that indicator will load while loading data into radgrid.
but ur example is whn clicking the button that busy indicator displaying.
i want automatic busy indicator.
here am sending my grid xaml code.
i want busy indicator for this grid while loading data .

 <telerik:RadGridView x:Name="rgvMeterReads" ItemsSource="{Binding Data}" HorizontalAlignment="Left" Grid.Column="0" Grid.Row="0"
                       Margin="0,0,0,0" ShowGroupPanel="False" AlternateRowBackground="#FFFF66" AlternationCount="2" ShowColumnHeaders="True"
                                         RowIndicatorVisibility="Collapsed" RowHeight="15" Width="960" Height="auto">
                        
                        <telerik:RadGridView.Resources>
                            <Style TargetType="telerik:GridViewHeaderCell">
                                <Setter Property="Background" Value="Transparent"/>
                                <Setter Property="Foreground" Value="Black" />
                                <Setter Property="BorderBrush" Value="Blue"/>
                            </Style>
                        </telerik:RadGridView.Resources>
                        <telerik:RadGridView.HeaderRowStyle>
                            <Style TargetType="telerik:GridViewHeaderRow">
                                <Setter Property="Background" Value="#66CCFF" />
                            </Style >
                        </telerik:RadGridView.HeaderRowStyle>
                      
                    </telerik:RadGridView>
               
0
Maya
Telerik team
answered on 24 Jan 2012, 07:31 AM
Hello Sandy,

Please take another look at all the sources I previously mentioned. Indeed, in the First Look demo, the busy indicator is visualized on pressing a button, but this is just to simulate data loading exactly at the time you are looking at the example. You can take a look at this demo for instance and check how its IsBusy property is bound and used.
The exact implementation depends entirely on your specific scenario.  

All the best,
Maya
the Telerik team

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

Tags
GridView
Asked by
sandy
Top achievements
Rank 1
Iron
Veteran
Answers by
Maya
Telerik team
sandy
Top achievements
Rank 1
Iron
Veteran
Share this question
or