Need help | Feature editor : Unable to implement drag/drop functionality

219
1
06-17-2022 06:18 AM
jfmssupport
New Contributor

We are using ESRI JS API 4. x and   ESRI Enterprise 10.7 stack includes ArcGIS Desktop and Server. We have developed a web application using ESRI JS  API and type script. 

Goal is to develop an editor which perform all GIS operations (add/update/modify/move/delete) .

Data: All data is in feature layer format

What we tried:  Followed ESRI samples and developed a standard feature editor to add/update/delete some point records in our application.

Using the editor, it is possible to add/delete records, but in the case of the 'drag' event, the desired point cannot move and update Lat/Lon values. 

Code: We followed ESRI feature editor code.

Any help/example would be great for that. 

I am looking for examples that will show drag/drop points using the feature editor.  

0 Kudos
1 Reply
jfmssupport
New Contributor

Based on API documentation looks like the 'drag feature' using 'Feature editor' is not supported; is that correct? 

If not, then what should be the alternative approach for that? 

https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Editor-UpdateWorkflow.htm...

0 Kudos