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

Scrolling by row or column in the RadGridView

2 Answers 188 Views
GridView
This is a migrated thread and some comments may be shown as answers.
haagel
Top achievements
Rank 1
haagel asked on 24 Oct 2010, 10:36 AM

The default scrolling behavior of a ListBox is that the scrolling goes by one item at a time. The scrolling is not smooth but as you scroll the ListBox jumps to the next item. Although if you want to you can get the ListBox to scroll smoothly by setting ScrollViewer.CanContentScroll="False".

 

The RadGridView seems to have the opposite default scrolling behavior. The RadGridView scrolls smoothly in both vertical (rows) and horizontal (columns) directions.

 

Is it possible to make the RadGridView scoll by one row or column at a time, like the ListBox does by default with its items?

 

I've tried setting ScrollViewer.CanContentScroll="True" but without luck.

2 Answers, 1 is accepted

Sort by
0
Accepted
Milan
Telerik team
answered on 25 Oct 2010, 07:10 AM

Hello David Haglund,

RadGridView used to have the default ListBox scrolling behavior but it turned out that smooth scrolling is more appealing to most users and we changed the scrolling behavior of the grid. Unfortunately, the current scrolling mechanism of the grid cannot be changed.



Regards,
Milan
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 25 Oct 2010, 08:32 AM
Hello Milan!

I agree that smooth scrolling is more appealing, but it would still be nice to be able to configure this.

Thank you for the reply!
Tags
GridView
Asked by
haagel
Top achievements
Rank 1
Answers by
Milan
Telerik team
haagel
Top achievements
Rank 1
Share this question
or