Hi,
I observed following issue specific to "ArcGIS API for Silverlight 3.1" when editing point features using Editor.EditVertices command.
I am moving point features using Editor.EditVertices command in my silverlight App. But once its started, I am not able to find any way to stop this command!!! :confused: Editor.ContinuousMode is false and Even when I save edits or select any other tool (select, pan, zoom etc.) this command keeps on running. I have tried with Editor.CancelActive as well, but no luck, its just don't want to stop.
An example of it can also be sited in ESRI's interactive sample of EditorWidget: just select EditVertices tool and move points, hit Save, and now whatever tool you select, you can still move point as well (until you select any polygon and complete edit from there).
This issue is specific to 3.1 and not in 2.4 where we can edit point one at a time.
Please let me know if there is any way to stop this command.
Thanks,
Girish