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

ScrollIntoView not working

1 Answer 133 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Prithvi Holla
Top achievements
Rank 1
Prithvi Holla asked on 22 Mar 2010, 11:42 AM
Hi,

I have added a RadGridView and populated some data. Now i am giving an option to the user to select the column, i.e. when the user selects a column, we would make that record as selectedItem and scroll to that record.
I have used the following code :

this

 

.radGridView1.SelectedItem = radGridView1.Items[RecordNumber-1];

 

 

 

this.radGridView1.ScrollIntoView(this.radGridView1.SelectedItem);

 

 


The correct item is selected, but the scroller is still pointing to the first one.
I am attaching the screen shot for reference.  

Regards,
Prithvi

1 Answer, 1 is accepted

Sort by
0
Rossen Hristov
Telerik team
answered on 22 Mar 2010, 11:45 AM
Hi Prithvi Holla,

Could you please open a separate support ticket and send us a sample project. We will need something to debug in order to see what is going on. Thanks in advance.

Kind regards,
Ross
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
GridView
Asked by
Prithvi Holla
Top achievements
Rank 1
Answers by
Rossen Hristov
Telerik team
Share this question
or