This question is locked. New answers and comments are not allowed.
I will be building an app for large LCDs in a warehouse to display shipments coming in and out. I'm thinking I will use the RadGridView and the RadTransition control for moving between each page of rows of data. Just wondering if you have any suggestions for such a project and I have one question. I believe the transition control only triggers the Context changes but I will actually be changing the datacontext of the GridView to .Skip(pageIndex). How would I use the transition to animate this?