<?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 Re: Attributes Pane editing context menu id in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/attributes-pane-editing-context-menu-id/m-p/1682962#M13432</link>
    <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/331236"&gt;@MarvisKisakye1&lt;/a&gt;&amp;nbsp; Did you get any solution of this? I am also looking for same solution&lt;/P&gt;&lt;P&gt;I have tried many ways in config.daml but no success, below are sample entries in file i tried.&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;&amp;lt;!-- 1. esri_editing_Attributes_RelatedNonFeatureRowContextMenu: Drill down from the spatial feature to the Non Spatial object for the Context Menu Item to appear  
	 e.g. Right-clicking a Related record (child record) in the top selection tree. --&amp;gt;
&amp;lt;updateMenu refID="esri_editing_Attributes_RelatedNonFeatureRowContextMenu"&amp;gt;
	&amp;lt;insertButton refID="POC_Addins_CustomContext_Views_CatalogHelpBtn" separator="true" placeWith="esri_editing_Attributes_StandaloneTablePropertiesContextMenuItem" /&amp;gt;
&amp;lt;/updateMenu&amp;gt;

&amp;lt;!-- 2. esri_editing_Attributes_NonFeatureRowContextMenu: is used for standalone table records that are open in the Attributes Pane but are not currently being viewed as a "related child" of a map feature.
     e.g. In ArcGIS Pro, when you open a standalone table (one without geometry) and select a row, that row appears in the Attributes Pane. This specific refID controls the right-click menu for that record's entry in the selection tree.--&amp;gt;
&amp;lt;updateMenu refID="esri_editing_Attributes_NonFeatureRowContextMenu"&amp;gt;
	&amp;lt;insertButton refID="POC_Addins_CustomContext_Views_CatalogHelpBtn" separator="true" placeWith="esri_editing_Attributes_StandaloneTablePropertiesContextMenuItem" /&amp;gt;
&amp;lt;/updateMenu&amp;gt;

&amp;lt;updateMenu refID="esri_editing_Attributes_FeatureContextMenu"&amp;gt;
	&amp;lt;insertButton refID="POC_Addins_CustomContext_Views_CatalogHelpBtn" separator="true" placeWith="esri_editing_Attributes_LayerPropertiesContextMenuItem" /&amp;gt;
&amp;lt;/updateMenu&amp;gt;

&amp;lt;!-- esri_editing_Attributes_FeatureRowContextMenu: Right-clicking a Map Feature (Point, Line, Poly) in the top selection tree. --&amp;gt;
&amp;lt;updateMenu refID="esri_editing_Attributes_FeatureRowContextMenu"&amp;gt;
	&amp;lt;insertButton refID="POC_Addins_CustomContext_Views_CatalogHelpBtn" separator="true" /&amp;gt;
&amp;lt;/updateMenu&amp;gt;


&amp;lt;!-- esri_editing_AttributesPaneAttributesContextMenu: Right-clicking the actual field values/cells in the bottom grid. --&amp;gt;
&amp;lt;updateMenu refID="esri_editing_AttributesPaneAttributesContextMenu"&amp;gt;
	&amp;lt;insertButton refID="POC_Addins_CustomContext_Views_CatalogHelpBtn" separator="true" /&amp;gt;
&amp;lt;/updateMenu&amp;gt;

&amp;lt;updateMenu refID="esri_editing_AttributesPane_GridContextMenu"&amp;gt;
	&amp;lt;insertButton refID="POC_Addins_CustomContext_Views_CatalogHelpBtn" separator="true" /&amp;gt;
&amp;lt;/updateMenu&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&lt;STRONG&gt;Please refer screenshot:&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RavindraSingh_0-1770571572687.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/148099i3749334DCA1A17B1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RavindraSingh_0-1770571572687.png" alt="RavindraSingh_0-1770571572687.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 08 Feb 2026 17:27:59 GMT</pubDate>
    <dc:creator>RavindraSingh</dc:creator>
    <dc:date>2026-02-08T17:27:59Z</dc:date>
    <item>
      <title>Attributes Pane editing context menu id</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/attributes-pane-editing-context-menu-id/m-p/1072281#M6801</link>
      <description>&lt;P&gt;I am attempting to insert a custom button in the right click context menu highlighted in red in the attached image. I am unable however, to determine the refid of this specific context menu. I have scoured&amp;nbsp;&lt;A href="https://github.com/esri/arcgis-pro-sdk/wiki/DAML-ID-Reference-Editing.daml#menus" target="_blank" rel="noopener"&gt;https://github.com/esri/arcgis-pro-sdk/wiki/DAML-ID-Reference-Editing.daml#menus&lt;/A&gt;&amp;nbsp;to no avail. Because I turned on the capability, when I hover over any button, I am able to see its id but in this case, none of the commands in this context menu shows any id on hovering. Any idea how I can retrieve the id of this context menu for update purposes?&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/17588"&gt;@CharlesMcLeod&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/12882"&gt;@Wolf&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/9021"&gt;@UmaHarano&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MarvisKisakye1_0-1624565862934.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/16919i5B8BBD0CFAF8C195/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MarvisKisakye1_0-1624565862934.png" alt="MarvisKisakye1_0-1624565862934.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jun 2021 20:18:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/attributes-pane-editing-context-menu-id/m-p/1072281#M6801</guid>
      <dc:creator>MarvisKisakye1</dc:creator>
      <dc:date>2021-06-24T20:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: Attributes Pane editing context menu id</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/attributes-pane-editing-context-menu-id/m-p/1072683#M6807</link>
      <description>&lt;P&gt;it appears that that menu is off the user control itself and not from daml so it cannot be customized&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jun 2021 17:08:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/attributes-pane-editing-context-menu-id/m-p/1072683#M6807</guid>
      <dc:creator>CharlesMacleod</dc:creator>
      <dc:date>2021-06-25T17:08:33Z</dc:date>
    </item>
    <item>
      <title>Re: Attributes Pane editing context menu id</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/attributes-pane-editing-context-menu-id/m-p/1682962#M13432</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/331236"&gt;@MarvisKisakye1&lt;/a&gt;&amp;nbsp; Did you get any solution of this? I am also looking for same solution&lt;/P&gt;&lt;P&gt;I have tried many ways in config.daml but no success, below are sample entries in file i tried.&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;&amp;lt;!-- 1. esri_editing_Attributes_RelatedNonFeatureRowContextMenu: Drill down from the spatial feature to the Non Spatial object for the Context Menu Item to appear  
	 e.g. Right-clicking a Related record (child record) in the top selection tree. --&amp;gt;
&amp;lt;updateMenu refID="esri_editing_Attributes_RelatedNonFeatureRowContextMenu"&amp;gt;
	&amp;lt;insertButton refID="POC_Addins_CustomContext_Views_CatalogHelpBtn" separator="true" placeWith="esri_editing_Attributes_StandaloneTablePropertiesContextMenuItem" /&amp;gt;
&amp;lt;/updateMenu&amp;gt;

&amp;lt;!-- 2. esri_editing_Attributes_NonFeatureRowContextMenu: is used for standalone table records that are open in the Attributes Pane but are not currently being viewed as a "related child" of a map feature.
     e.g. In ArcGIS Pro, when you open a standalone table (one without geometry) and select a row, that row appears in the Attributes Pane. This specific refID controls the right-click menu for that record's entry in the selection tree.--&amp;gt;
&amp;lt;updateMenu refID="esri_editing_Attributes_NonFeatureRowContextMenu"&amp;gt;
	&amp;lt;insertButton refID="POC_Addins_CustomContext_Views_CatalogHelpBtn" separator="true" placeWith="esri_editing_Attributes_StandaloneTablePropertiesContextMenuItem" /&amp;gt;
&amp;lt;/updateMenu&amp;gt;

&amp;lt;updateMenu refID="esri_editing_Attributes_FeatureContextMenu"&amp;gt;
	&amp;lt;insertButton refID="POC_Addins_CustomContext_Views_CatalogHelpBtn" separator="true" placeWith="esri_editing_Attributes_LayerPropertiesContextMenuItem" /&amp;gt;
&amp;lt;/updateMenu&amp;gt;

&amp;lt;!-- esri_editing_Attributes_FeatureRowContextMenu: Right-clicking a Map Feature (Point, Line, Poly) in the top selection tree. --&amp;gt;
&amp;lt;updateMenu refID="esri_editing_Attributes_FeatureRowContextMenu"&amp;gt;
	&amp;lt;insertButton refID="POC_Addins_CustomContext_Views_CatalogHelpBtn" separator="true" /&amp;gt;
&amp;lt;/updateMenu&amp;gt;


&amp;lt;!-- esri_editing_AttributesPaneAttributesContextMenu: Right-clicking the actual field values/cells in the bottom grid. --&amp;gt;
&amp;lt;updateMenu refID="esri_editing_AttributesPaneAttributesContextMenu"&amp;gt;
	&amp;lt;insertButton refID="POC_Addins_CustomContext_Views_CatalogHelpBtn" separator="true" /&amp;gt;
&amp;lt;/updateMenu&amp;gt;

&amp;lt;updateMenu refID="esri_editing_AttributesPane_GridContextMenu"&amp;gt;
	&amp;lt;insertButton refID="POC_Addins_CustomContext_Views_CatalogHelpBtn" separator="true" /&amp;gt;
&amp;lt;/updateMenu&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&lt;STRONG&gt;Please refer screenshot:&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RavindraSingh_0-1770571572687.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/148099i3749334DCA1A17B1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RavindraSingh_0-1770571572687.png" alt="RavindraSingh_0-1770571572687.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 08 Feb 2026 17:27:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/attributes-pane-editing-context-menu-id/m-p/1682962#M13432</guid>
      <dc:creator>RavindraSingh</dc:creator>
      <dc:date>2026-02-08T17:27:59Z</dc:date>
    </item>
  </channel>
</rss>

