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

disable scrolling in RadGridView with mouse wheel

1 Answer 92 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Denis
Top achievements
Rank 1
Denis asked on 09 Oct 2012, 07:56 AM
Hello,

I've got RadGridView and I need to turn off scrolling by mouse wheel for some time. How can I disable scrolling caused by mouse wheel in RadGridView and then turn it on again later?


Thanks beforehand,
Denis.

1 Answer, 1 is accepted

Sort by
0
Nedyalko Nikolov
Telerik team
answered on 10 Oct 2012, 02:14 PM
Hi,

Unfortunately there is no way to achieve this with RadGridView for Silverlight. RadGridView internally overrides "OnMouseWheel" protected method, which is executed before "MouseWheel" event, so there is no option to mark the event as handled.

All the best,
Nedyalko Nikolov
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
GridView
Asked by
Denis
Top achievements
Rank 1
Answers by
Nedyalko Nikolov
Telerik team
Share this question
or