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

Animation effect during filling data for RadGridView

2 Answers 211 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Ning
Top achievements
Rank 1
Ning asked on 10 Jul 2017, 09:39 AM

Dear Admin

Is there any demonstration that how to implement animation during filling data for GridView. For example after I set ItemsSource value, filling data action will be shown with animation, just like one by one row filling within 2 or 3 seconds, or something like flowing whole row from left side to the correct position in RadGridView.

I do appreciate for your help.

2 Answers, 1 is accepted

Sort by
0
Martin Ivanov
Telerik team
answered on 13 Jul 2017, 09:06 AM
Hello Ning,

The desired functionality is not supported out of the box by RadGridView. However, the control has a built-in busy indicator which you can use to show that the gridview is loading data. When you start loading your data you can set the IsBusy property of RadGridView to True and after the data is loaded set it to false.

If you want to show some kind of progress you can use RadBusyIndicator or RadProgressBar to display it.

As a side note, if you want to achieve moving rows animations maybe you can use the native WPF animations. You can check the attached project for a possible approach. It demonstrates a custom code.

Regards,
Martin Ivanov
Progress Telerik
Want to extend the target reach of your WPF applications, leveraging iOS, Android, and UWP? Try UI for Xamarin, a suite of polished and feature-rich components for the Xamarin framework, which allow you to write beautiful native mobile apps using a single shared C# codebase.
0
Ning
Top achievements
Rank 1
answered on 27 Jul 2017, 06:59 AM

Thanks a lot for your suggestion and demo.

let me try and response later.

Tags
GridView
Asked by
Ning
Top achievements
Rank 1
Answers by
Martin Ivanov
Telerik team
Ning
Top achievements
Rank 1
Share this question
or