<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Making of Custom Editor Widget in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/making-of-custom-editor-widget/m-p/1612813#M87106</link>
    <description>&lt;P&gt;Hi Everyone,&lt;BR /&gt;&lt;BR /&gt;i am trying to build a custom editor widget. What i mean by that is that i want to take parts of the Stock Editor widget and make it custom and make Components to use it in a Widget. For example i try to do DeleteEditor, AttributeEditor and MoveEditor with the help of the&amp;nbsp;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Editor.html" target="_blank" rel="noopener"&gt;https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Editor.html&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;My problem is after i use DeleteEditor for deleting features or AttributeEditor for editing features, i cant use the MoveEditor to drag the features and i get this error:&amp;nbsp;[esri.widgets.Editor.EditorViewModel] h&amp;nbsp;{name: 'editor:unable-to-start-updating', message: 'Could not begin updating the provided feature or table record.'}. Before using the other editors if i only use MoveEditor it works but after i used them i get that error message. How can i fix that and what could be the reason of that problem.&lt;BR /&gt;&lt;BR /&gt;Thanks for helping&lt;/P&gt;</description>
    <pubDate>Thu, 08 May 2025 14:13:17 GMT</pubDate>
    <dc:creator>SerdemGün</dc:creator>
    <dc:date>2025-05-08T14:13:17Z</dc:date>
    <item>
      <title>Making of Custom Editor Widget</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/making-of-custom-editor-widget/m-p/1612813#M87106</link>
      <description>&lt;P&gt;Hi Everyone,&lt;BR /&gt;&lt;BR /&gt;i am trying to build a custom editor widget. What i mean by that is that i want to take parts of the Stock Editor widget and make it custom and make Components to use it in a Widget. For example i try to do DeleteEditor, AttributeEditor and MoveEditor with the help of the&amp;nbsp;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Editor.html" target="_blank" rel="noopener"&gt;https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Editor.html&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;My problem is after i use DeleteEditor for deleting features or AttributeEditor for editing features, i cant use the MoveEditor to drag the features and i get this error:&amp;nbsp;[esri.widgets.Editor.EditorViewModel] h&amp;nbsp;{name: 'editor:unable-to-start-updating', message: 'Could not begin updating the provided feature or table record.'}. Before using the other editors if i only use MoveEditor it works but after i used them i get that error message. How can i fix that and what could be the reason of that problem.&lt;BR /&gt;&lt;BR /&gt;Thanks for helping&lt;/P&gt;</description>
      <pubDate>Thu, 08 May 2025 14:13:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/making-of-custom-editor-widget/m-p/1612813#M87106</guid>
      <dc:creator>SerdemGün</dc:creator>
      <dc:date>2025-05-08T14:13:17Z</dc:date>
    </item>
    <item>
      <title>Re: Making of Custom Editor Widget</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/making-of-custom-editor-widget/m-p/1613223#M87118</link>
      <description>&lt;P&gt;You are using 3 separate editors to edit same data. My guess is that previously used tool made some changes to the data, changed some states, added graphics/selections and the next editor has no idea about this. Which leads to errors.&lt;/P&gt;&lt;P&gt;Before using an editor, make sure to close other editors, so they can "release" the features they were working on.&lt;/P&gt;</description>
      <pubDate>Fri, 09 May 2025 13:32:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/making-of-custom-editor-widget/m-p/1613223#M87118</guid>
      <dc:creator>Edvinas_S</dc:creator>
      <dc:date>2025-05-09T13:32:10Z</dc:date>
    </item>
  </channel>
</rss>

