how to change the handler of the zooming instead of CTRL & mouse scroll.
1 Answer, 1 is accepted
0
Dimitar
Telerik team
answered on 30 Mar 2015, 08:34 AM
Hello Hassan,
Thank you for writing.
To change the modifier key of the pan and zoom controller you should create a class that inherits the default controller and override the OnMouseWheel method. For example you can use the following code to zoom with the shift key: