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

Busy indicator and radGridView

1 Answer 501 Views
BusyIndicator
This is a migrated thread and some comments may be shown as answers.
ofir
Top achievements
Rank 1
ofir asked on 21 Jul 2015, 09:37 AM

Hi,

I Use radgridview with virtualization (not paging) to show data.

I want to put a busy indicator on my rad grid view that will not freeze the whole grid when loading , as the facebook / gmail apps.

 When i Use radbusyindicator as the parent of the grid or use the is busy property , the grid freeze while loading.

Thank you

 

 

1 Answer, 1 is accepted

Sort by
0
Nasko
Telerik team
answered on 23 Jul 2015, 02:04 PM
Hi Ofir,

By design RadBusyIndicator always visualizes on top of its set Content. So, in order to achieve the desired appearance you need to set as a Content only that parts of RadGridView on top of with you want a BusyIndicator to be visualized. So, in general you need to modify the default Template of RadGridView and place the BusyIndicator control on top of the desired part of the GridView. We suggest you to check the following forum thread that demonstrates a similar to the desired appearance:
http://www.telerik.com/forums/busyindicator-on-the-single-row

Hopes this helps.

Regards,
Nasko
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
ofir
Top achievements
Rank 1
Answers by
Nasko
Telerik team
Share this question
or