<?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: Need new context menu when Right-clicked the actual field values/cells in the bottom grid of Attribute Pane in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/need-new-context-menu-when-right-clicked-the/m-p/1683386#M13434</link>
    <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/6481"&gt;@RavindraSingh&lt;/a&gt;&amp;nbsp; Can you share a screenshot of the menu you are trying to add your button to?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 10 Feb 2026 15:42:15 GMT</pubDate>
    <dc:creator>JMutunga</dc:creator>
    <dc:date>2026-02-10T15:42:15Z</dc:date>
    <item>
      <title>Need new context menu when Right-clicked the actual field values/cells in the bottom grid of Attribute Pane</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/need-new-context-menu-when-right-clicked-the/m-p/1682988#M13433</link>
      <description>&lt;P&gt;&lt;!--    StartFragment     --&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Problem Statement:&lt;/STRONG&gt;&lt;BR /&gt;In the Attribute Pane, when right-clicking on actual field values or cells within the bottom grid, the expected context menu option &lt;STRONG&gt;“Catalog Help…”&lt;/STRONG&gt; is not visible. However, I am able to add this context button in the Top section of the Attribute Pane as well as&amp;nbsp;in the Attribute Table.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Below is the screenshot:&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-1770615144541.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/148106i75E72CFA78F3AA68/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RavindraSingh_0-1770615144541.png" alt="RavindraSingh_0-1770615144541.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;!--    EndFragment     --&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;here is the configuration I tried in the config.daml file:&lt;/STRONG&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;!-- The button is added to the context menu of the attribute table. It's working.--&amp;gt;
&amp;lt;updateMenu refID="esri_editing_tableCellContextMenu"&amp;gt;
	&amp;lt;!-- Inserts the button with a separator at a specific place --&amp;gt;
	&amp;lt;insertButton refID="POC_Addins_CustomContext_Views_CatalogHelpBtn" /&amp;gt;
&amp;lt;/updateMenu&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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Feb 2026 06:02:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/need-new-context-menu-when-right-clicked-the/m-p/1682988#M13433</guid>
      <dc:creator>RavindraSingh</dc:creator>
      <dc:date>2026-02-09T06:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: Need new context menu when Right-clicked the actual field values/cells in the bottom grid of Attribute Pane</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/need-new-context-menu-when-right-clicked-the/m-p/1683386#M13434</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/6481"&gt;@RavindraSingh&lt;/a&gt;&amp;nbsp; Can you share a screenshot of the menu you are trying to add your button to?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Feb 2026 15:42:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/need-new-context-menu-when-right-clicked-the/m-p/1683386#M13434</guid>
      <dc:creator>JMutunga</dc:creator>
      <dc:date>2026-02-10T15:42:15Z</dc:date>
    </item>
    <item>
      <title>Re: Need new context menu when Right-clicked the actual field values/cells in the bottom grid of Attribute Pane</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/need-new-context-menu-when-right-clicked-the/m-p/1684068#M13436</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/293575"&gt;@JMutunga&lt;/a&gt;&amp;nbsp; here is the screen shot of the menu I am trying to add. And on that button, I want to get the current layer&amp;nbsp; / table and that feature's objectid/globalid as well.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RavindraSingh_0-1770918847122.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/148365i665A8244A3D9CD25/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RavindraSingh_0-1770918847122.png" alt="RavindraSingh_0-1770918847122.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Feb 2026 17:55:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/need-new-context-menu-when-right-clicked-the/m-p/1684068#M13436</guid>
      <dc:creator>RavindraSingh</dc:creator>
      <dc:date>2026-02-12T17:55:35Z</dc:date>
    </item>
    <item>
      <title>Re: Need new context menu when Right-clicked the actual field values/cells in the bottom grid of Attribute Pane</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/need-new-context-menu-when-right-clicked-the/m-p/1684469#M13438</link>
      <description>&lt;P&gt;That menu is not currently exposed in the Editing daml.&lt;/P&gt;&lt;P&gt;Are you not able to do this on the&amp;nbsp;esri_editing_Attributes_FeatureContextMenu? It would be great if you could provide more context why the menu on the grid is prefered.&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN&gt;And on that button, I want to get the current layer&amp;nbsp; / table and that feature's objectid/globalid as well.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Feb 2026 23:30:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/need-new-context-menu-when-right-clicked-the/m-p/1684469#M13438</guid>
      <dc:creator>JMutunga</dc:creator>
      <dc:date>2026-02-13T23:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: Need new context menu when Right-clicked the actual field values/cells in the bottom grid of Attribute Pane</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/need-new-context-menu-when-right-clicked-the/m-p/1684890#M13442</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/293575"&gt;@JMutunga&lt;/a&gt;I want to add a button that reacts to the specific field where the user has just right‑clicked. The goal is to detect which field was right‑clicked and then trigger an action based on that field. Different fields will have different actions associated with them.&amp;nbsp;&lt;BR /&gt;Similar thing I can get from the Attribute Table's custom Context menu button.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Feb 2026 10:29:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/need-new-context-menu-when-right-clicked-the/m-p/1684890#M13442</guid>
      <dc:creator>RavindraSingh</dc:creator>
      <dc:date>2026-02-18T10:29:15Z</dc:date>
    </item>
    <item>
      <title>Re: Need new context menu when Right-clicked the actual field values/cells in the bottom grid of Attribute Pane</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/need-new-context-menu-when-right-clicked-the/m-p/1685409#M13447</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/6481"&gt;@RavindraSingh&lt;/a&gt;&amp;nbsp;Thanks for elaborating.&amp;nbsp;&lt;/P&gt;&lt;P&gt;We'll track your request.&lt;/P&gt;&lt;P data-unlink="true"&gt;If you want to be able to follow it's progress, I'd recommend creating an &lt;A href="https://community.esri.com/t5/arcgis-pro-ideas/idb-p/arcgis-pro-ideas" target="_self"&gt;ArcGIS Pro Idea .&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Feb 2026 23:15:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/need-new-context-menu-when-right-clicked-the/m-p/1685409#M13447</guid>
      <dc:creator>JMutunga</dc:creator>
      <dc:date>2026-02-19T23:15:46Z</dc:date>
    </item>
    <item>
      <title>Re: Need new context menu when Right-clicked the actual field values/cells in the bottom grid of Attribute Pane</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/need-new-context-menu-when-right-clicked-the/m-p/1685475#M13448</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/293575"&gt;@JMutunga&lt;/a&gt;&amp;nbsp; Here is some more details how at Attribute Table context Menu it gives:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Context Menu Button Click Handler on&amp;nbsp;Attribute Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ttttttt.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/148688i6E93860E4B2C6826/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ttttttt.png" alt="ttttttt.png" /&gt;&lt;/span&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Below source code implements a custom context menu button click handler. When a user right‑clicks within the Attribute Table of a Feature Class or Table, the handler retrieves the selected column name and the corresponding row’s ObjectID. The functionality is specifically designed to support a custom context menu button integrated into the Attribute Table interface.&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;protected override async void OnClick()
{
    await QueuedTask.Run(async () =&amp;gt;
    {
        var tablePane = FrameworkApplication.Panes.ActivePane as ITablePane;
        if (tablePane == null) return;

        // Here I am getting the Currently Right clicked FieldName and the Row's objectID as well
        string fieldName = tablePane.ActiveColumn?.Name;
        long activeObjectId = (long)tablePane.ActiveObjectID;

        if (string.IsNullOrEmpty(fieldName)) return;

        var mapMember = tablePane.MapMember;
        if (mapMember == null) return;

        bool isEditable = false;
        string memberName = mapMember.Name;

        // Check for FeatureLayer
        if (mapMember is FeatureLayer fl)
        {
            isEditable = fl.IsEditable;
        }
        else if (mapMember is StandaloneTable st)
        {
            isEditable = st.IsEditable;
        }
        else
        {
            // Not a supported editable type
            System.Windows.Application.Current.Dispatcher.Invoke(() =&amp;gt;
            {
                ArcGIS.Desktop.Framework.Dialogs.MessageBox.Show(
                    $"The selected item '{memberName}' is not an editable layer or table.",
                    "Not Editable",
                    MessageBoxButton.OK,
                    MessageBoxImage.Warning);
            });
            return;
        }

        if (!isEditable)
        {
            System.Windows.Application.Current.Dispatcher.Invoke(() =&amp;gt;
            {
                ArcGIS.Desktop.Framework.Dialogs.MessageBox.Show(
                    $"Layer or table '{memberName}' is not editable. Please ensure it is editable before making changes.",
                    "Not Editable",
                    MessageBoxButton.OK,
                    MessageBoxImage.Warning);
            });
            return;
        }

        await ShowDialogAndUpdateRecord(mapMember, fieldName, activeObjectId);
    });
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Feb 2026 10:14:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/need-new-context-menu-when-right-clicked-the/m-p/1685475#M13448</guid>
      <dc:creator>RavindraSingh</dc:creator>
      <dc:date>2026-02-20T10:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: Need new context menu when Right-clicked the actual field values/cells in the bottom grid of Attribute Pane</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/need-new-context-menu-when-right-clicked-the/m-p/1691555#M13475</link>
      <description>&lt;P&gt;Post in the ArcGIS Pro SDK Idea:&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-pro-sdk-ideas/context-menu-when-right-clicked-the-actual-field/idc-p/1686662#M189" target="_blank"&gt;context menu when Right-clicked the actual field v... - Esri Community&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Mar 2026 18:59:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/need-new-context-menu-when-right-clicked-the/m-p/1691555#M13475</guid>
      <dc:creator>RavindraSingh</dc:creator>
      <dc:date>2026-03-19T18:59:05Z</dc:date>
    </item>
  </channel>
</rss>

