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

BusyIndicator on GridView after expand group

2 Answers 66 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Paweł
Top achievements
Rank 1
Paweł asked on 19 Sep 2012, 10:59 AM

Hello!

I've got issue with performance of RadGridView. After click on group user have to wait to expand 2-5 seconds.



Sometimes users click severali times and after group loaded we've got expand-collapse-expand-collapse.... effect.

How can I display BusyIndicator after click on groups expander and hide it after expand (is there something like Expanding and Expanded events)?

Kind regards!

2 Answers, 1 is accepted

Sort by
0
Nick
Telerik team
answered on 19 Sep 2012, 11:48 AM
Hi Paweł,

You can use the GroupIsExpandedChanged/Changing events. 

Hope this helps! 

Greetings,
Nik
the Telerik team

Time to cast your vote for Telerik! Tell DevPro Connections and Windows IT Pro why Telerik is your choice. Telerik is nominated in a total of 25 categories.

0
Paweł
Top achievements
Rank 1
answered on 20 Sep 2012, 07:37 AM

Ok. I found it. It was literally

GroupRowIsExpandedChanging 
and
GroupRowIsExpandedChanged 

but it is still not working!

I took it on debugger and Changing event is firing after click, but Changed event is firing long time before render rows in group. How can I detect if items in group have rendered?
Tags
GridView
Asked by
Paweł
Top achievements
Rank 1
Answers by
Nick
Telerik team
Paweł
Top achievements
Rank 1
Share this question
or