Hi, I'm using version 3.2.1 and still got the same problem.
Is there any solution or workaround other than changing Editor to EditGeometry?
Thanks!
Hi Joao,
Sorry for the delay in my response. I had just tried this on the latest 3.2 release (10.2.1.431) and was not able to reproduce. Editing geometry completes by clicking inside the polygon even if MoveEnabled, RotateEnabled and ScaleEnabled had been set to false.
Jennifer
Jennifer,
In my case I'm editing a polyline, it should complete edition by clicking in the line itself, however when the "MoveEnabled" is set to false it doesn't work. I've already updated to the latest release (10.2.1.431) and still nothing . Is there a different way to complete edition instead of clicking the line itself? Am I missing something?
Thanks in advance for your attention.
I see how this could be a problem with Polyline geometry using touch. When using mouse to click on graphic, the edit completes but it's difficult when you use touch. ArcGIS API for Silverlight - Interactive Samples | ArcGIS for Developers unless Edit Vertices was unchecked.
Another way to complete the edit is to call EditGeometry.StopEdit(). If using Editor or EditorWidget, the edit will complete by user interaction click/tap on graphic.