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

Syncronized Grids

2 Answers 101 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Graham Ramsay
Top achievements
Rank 1
Graham Ramsay asked on 17 Nov 2010, 09:48 PM
Is there a way to have 2 RadChart controls on a page, and when scrolling one of the grids, the other grid will also respond to the scrolling operations as well?  

We have a user scenario where we have an aggregate grid, and a granular grid, that represent data in time.  If we scroll one grid, we'd like the user experience to have the other grid update to the same "time" column area.

Thanks,

Graham Ramsay

2 Answers, 1 is accepted

Sort by
0
Maya
Telerik team
answered on 18 Nov 2010, 10:19 AM
Hello Graham Ramsay,

I am a bit confused whether you refer to RadChart or RadGridView. However, I am sending you a sample project illustrating how to synchronized scrolling of two grid - once you scroll one of them, the other is scroll too. 

All the best,
Maya
the Telerik team
Browse the videos here>> to help you get started with RadControls for Silverlight
0
Jawahar
Top achievements
Rank 1
answered on 19 Nov 2013, 07:00 AM
Hi Graham Ramsay,
  sample work fine in 2009.2.701.1020. I tried out RadGridView scroll sample in 2012.2.912.1050 in that some event and methods missing, which make it difficult to achieve it. Help me to achieve the same functionality in 2012.2.912.1050.

Functionality not available in 2012:
1. this.RadGridView1.ItemsControl.Loaded // ItemsControl not available in 2012

2. void verticalScrollBar1_ValueChanged(object sender, RoutedPropertyChangedEventArgs<double> e)
        {
            this.RadGridView2.ItemsControl.VirtualizingPanel.SetVerticalOffset(e.NewValue);
        }
Tags
GridView
Asked by
Graham Ramsay
Top achievements
Rank 1
Answers by
Maya
Telerik team
Jawahar
Top achievements
Rank 1
Share this question
or