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

GridView Row Loading Animation

2 Answers 161 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Balaji
Top achievements
Rank 1
Balaji asked on 14 Sep 2011, 01:49 PM
I would like to know,how to implement a storyboard animation for the row while it is being loaded.
I use a radbusy indicator to complete the loading of data.
Once the loading of data is completed ,
I want to animate the row loading ,smilar to the animation done in one of the sample project of expression blend (named Contacts)

Kindly any help is appreciated.
Regards.
C.Balaji

2 Answers, 1 is accepted

Sort by
0
Accepted
Vanya Pavlova
Telerik team
answered on 20 Sep 2011, 01:07 PM
Hello Balaji,

 


The Contacts demo as part of the Expression Blend is just a showcase. The mentioned part demonstrates how to animate DataGridRows on load. As you may see from the xaml code the animations are integrated in the default template of DataGridRow. The approach is applicable in Telerik RadGridView and its rows, however it will kill the performance of the grid. I would recommend you to keep the default behavior of this control. 




Greetings,
Vanya Pavlova
the Telerik team

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

0
Balaji
Top achievements
Rank 1
answered on 28 Sep 2011, 10:28 AM
Well i did manage to get some transitions into grid while it was loading row.But you are right it makes grid extremely slow and the UI also becomes sluggish to click events and all.
Tags
GridView
Asked by
Balaji
Top achievements
Rank 1
Answers by
Vanya Pavlova
Telerik team
Balaji
Top achievements
Rank 1
Share this question
or