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
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.