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

Disable Autoscroll

2 Answers 262 Views
GridView
This is a migrated thread and some comments may be shown as answers.
haagel
Top achievements
Rank 1
haagel asked on 09 May 2011, 08:01 AM
How can I disable the auto scroll feature of the RadGridView?

I'm using drag and drop between two gridviews that are stacked vertically. The user will NOT drag and drop rows within the gridviews (to reorder or something) so I do not want the gridviews to auto scroll when I'm dragging rows. It seems to be a built in feature though so I would like to disable it. Otherwise, whenever I drag a row from my upper gridview to the lower the upper one will scroll to the bottom.

2 Answers, 1 is accepted

Sort by
0
Accepted
Maya
Telerik team
answered on 09 May 2011, 08:04 AM
Hi haagel,

You may take a look at this forum thread for a reference. 

Greetings,
Maya
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
0
haagel
Top achievements
Rank 1
answered on 09 May 2011, 12:05 PM
Ok, so the solution was:

RadDragAndDropManager.AutoBringIntoView = false;

Thanks Maya! :)
Tags
GridView
Asked by
haagel
Top achievements
Rank 1
Answers by
Maya
Telerik team
haagel
Top achievements
Rank 1
Share this question
or