dear Readers,
thanks for taking the time to read it. Our Silverlight app is working fine. we have 1 issue - do not know the best way to resolve it:
when user clicks on the Silverlight map, if the clicked point happens to be a graphic attached to a feature layer, then the feature graphic is selected for 'editing' - during this process new attribute panel (custom created) will open. Before the point on the map is clicked, the app displays a narrow panel that has state names /county names/ and entity numbers listed as combo boxes.
if the point happens to b a graphic point associated with a feature editable layer service, a different wider 'custom' panel is opened by the app.
PROBLEM: if the panel covers the clicked point, then the Map_MouseLeftButtonUp is not fired and the point is not released from selection and sticks to the mouse.
Map_MouseLeftButtonDown function, the map point is evaluated and identified to see whether it is associated with a feature layer graphic and if yes, an attribute panel is opened.
to reproduce, on the map_mouseleftButtonDown, on graphic =true, open a panel - once we know the extent of the panel to b opened, center the map to ensure that the proposed point will be 'covered' by the new panel and select the graphic.
the graphic will stick to the mouse and the users have no way to let it go.
any ideas or work around will be good.
regards
ravi.