Can I deny change map center location on single mouse click event?
I want only drag map by mouse and use keyboard arrows.
Alexey
1 Answer, 1 is accepted
0
Accepted
Andrey
Telerik team
answered on 25 Jan 2012, 01:06 PM
Hello Alexey,
You can change the behaviour of the RadMap on single mouse click using RadMap.MouseClickMode property. For example, if you set it to "None" then map control will not perform any action on single mouse click:
<telerik:RadMapx:Name="radMap"
ZoomLevel="3"
MouseClickMode="None"
Center="40,60">
</telerik:RadMap>
Regards,
Andrey Murzov
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>