Hi Sundy,
It is very complicated and it is hard to reproduce the problem without your solution or code. But it seems you use the Handled property of the
ExecutedRoutedEventArgs instead of the
MouseButtonEventArgs. So, the map control also handles the MouseLeftButtonDown event and the MapMouseClick event is triggered.
I would recommend to attach the
MouseLeftButtonDown event handler directly. In this case the event can be cancelled using the Handled property.
Greetings,
Andrey Murzov
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>