I'm working on an esri silverlight project, where I have a HUGE amount of points (100k +) I'm plotting these points on a graphics layer, where I have a MouseLeftButtonUp event assigned.
On the individual points, when zoomed in, it works beauitfully, but when clicking on the cluster icon, it does not fire the graphics layer's MouseLeftButtonUp event.
How do i capture this event on the cluster Icon?
Thanks!