Hi,
I've added a click event handler to FeatureSourceMarkerOverlay. Now when I click on marker to get popup, the map has been redrawn.
How to make it not redrawing? I need just to get a popup, when I click on marker, without redrawing the map? How can I implement it?
I used UpdatePanel for the map.
Thanks