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

ScrollIntoView with x, y coordinates

1 Answer 91 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Dirk Liebich
Top achievements
Rank 1
Dirk Liebich asked on 22 Aug 2011, 10:56 PM
Hello,

We are currently using the gridview along with a chart control.  When a selection is made on the chart control, we select the cells in the gridview that are related (which amounts to all the cells in a particular column) and then use:


Grid1.ScrollIntoView(cell2Select, cell2Select.DataColumn);

 



We would like to expand this so that the selected column of cells moves directly underneath the selection made on the chart.  Is this possible?

Thanks,
Derek

1 Answer, 1 is accepted

Sort by
0
Dimitrina
Telerik team
answered on 23 Aug 2011, 12:32 PM
Hello Dirk Liebich,

As I understand from your post, you have the GridView under the chart and you would like to show the selected cells on the top of this GridView.  If this is the case, then may you please refer to this forum thread?

Best wishes,
Didie
the Telerik team

Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

Tags
GridView
Asked by
Dirk Liebich
Top achievements
Rank 1
Answers by
Dimitrina
Telerik team
Share this question
or