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

Grid data grouping "visual feedback" to user

1 Answer 21 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Daniel
Top achievements
Rank 1
Daniel asked on 11 Jun 2015, 04:04 PM

I'm trying to display a spinner on the grid while the data is GROUPING, sou the user do not think the system is frozen or with some sort of problem... The problem I'm facing is that I'm trying to use the dataBinding Event but the spinner is only shown when the data FINISHES grouping... not when it starts... while it is actually grouping, the grid appears to be frozen, which may confuse users....

Are there any solutions to this?

Thank you!

1 Answer, 1 is accepted

Sort by
0
Rosen
Telerik team
answered on 15 Jun 2015, 08:59 AM

Hello Daniel,

A more appropriate way to do such functionality will be by handling the DataSource requestStart and requestEnd(or maybe the change) event. Those are events that wraps the data retrieving and processing. The Grid's dataBinding and dataBound event marks the start and end of Grid widget data rendering which happens after the data is processed.

Regards,
Rosen
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Grid
Asked by
Daniel
Top achievements
Rank 1
Answers by
Rosen
Telerik team
Share this question
or