Hey Everyone,
I've looked around to find an answer to this and I am sure there are multiple answers but I really didn't find the right...OR best solution to this issue.
What I have setup is a InMemoryMarkerOverlay with a column add:
markerOverlay.Columns.Add(new FeatureSourceColumn("YourOwnColumn"));
But instead of having a mouse over event trigger the retrieval of the html div popup for the Marker I would like to have a click event retrieve the information and display the popup.
What is the correct way to achieve this?
Thanks Kevin