<?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 Custom Editing Pane Example in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/custom-editing-pane-example/m-p/1058521#M40999</link>
    <description>&lt;P&gt;Hi, I am looking to build a custom attribute editing experience in ArcGIS Pro. So, I am looking at what objects/forms are available for this type of thing. Can anyone point me in the right direction?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 17 May 2021 14:28:17 GMT</pubDate>
    <dc:creator>ScottLehto3</dc:creator>
    <dc:date>2021-05-17T14:28:17Z</dc:date>
    <item>
      <title>Custom Editing Pane Example</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/custom-editing-pane-example/m-p/1058521#M40999</link>
      <description>&lt;P&gt;Hi, I am looking to build a custom attribute editing experience in ArcGIS Pro. So, I am looking at what objects/forms are available for this type of thing. Can anyone point me in the right direction?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 May 2021 14:28:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/custom-editing-pane-example/m-p/1058521#M40999</guid>
      <dc:creator>ScottLehto3</dc:creator>
      <dc:date>2021-05-17T14:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Editing Pane Example</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/custom-editing-pane-example/m-p/1058643#M41007</link>
      <description>&lt;P&gt;There aren't many options im afraid. You can host the attribute grid in your own form (&lt;A href="https://github.com/Esri/arcgis-pro-sdk-community-samples/tree/master/Editing/InspectorTool" target="_self"&gt;InspectorTool&lt;/A&gt;)&amp;nbsp;but customization options are limited. What sort of experience are you looking to build?&lt;/P&gt;</description>
      <pubDate>Mon, 17 May 2021 17:52:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/custom-editing-pane-example/m-p/1058643#M41007</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-05-17T17:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Editing Pane Example</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/custom-editing-pane-example/m-p/1060577#M41253</link>
      <description>&lt;P&gt;Thank you. I attached a jpeg of a form that i would like to create. We created this form using WinForm in ArcMap using ArcObjects. I was looking to create a similar form using Pro and the ProSDK.&amp;nbsp;&lt;/P&gt;&lt;P&gt;In my experience customers like the attractive and simple user interface.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 May 2021 19:21:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/custom-editing-pane-example/m-p/1060577#M41253</guid>
      <dc:creator>ScottLehto3</dc:creator>
      <dc:date>2021-05-21T19:21:46Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Editing Pane Example</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/custom-editing-pane-example/m-p/1061169#M41316</link>
      <description>&lt;P&gt;Hi Scott,&lt;/P&gt;&lt;P&gt;Ok sure, those kinds of forms are possible using standard wpf controls and the mvvm patterns we use in Pro. There are a few control templates we provide in visual studio such as buttons, menus, dockpanes etc but no pre built attribute forms.&lt;/P&gt;&lt;P&gt;If you're unfamiliar with the transition from ArcObjects to the ProSDK there was a similar question with some resources mentioned in the reply: &lt;A href="https://community.esri.com/t5/arcgis-pro-sdk-questions/arcobjects-sdk-to-arcgis-pro-sdk-conversion-guide/m-p/1050958" target="_self"&gt;&lt;SPAN&gt;ArcObjects SDK To ArcGIS Pro SDK?&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This dev summit presentation is also useful for developing dockpanes:&amp;nbsp;&lt;A href="https://www.youtube.com/watch?v=ItzVMZZDRGc" target="_self"&gt;ArcGIS Pro SDK for .NET: Practical Dockpane Design and Implementation&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;For attribute handling and editing you'll need an understanding of the inspector class and edit operations to perform the attribute updates:&amp;nbsp;&lt;A href="https://github.com/esri/arcgis-pro-sdk/wiki/ProConcepts-Editing" target="_self"&gt;ProConcepts Editing&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;And lastly a collection of code samples, although none as complete as your example: &lt;A href="https://github.com/esri/arcgis-pro-sdk-community-samples" target="_self"&gt;Community samples&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 24 May 2021 21:41:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/custom-editing-pane-example/m-p/1061169#M41316</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-05-24T21:41:09Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Editing Pane Example</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/custom-editing-pane-example/m-p/1061820#M41365</link>
      <description>&lt;P&gt;Thank you. The presentation is a great start.&lt;/P&gt;</description>
      <pubDate>Wed, 26 May 2021 15:07:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/custom-editing-pane-example/m-p/1061820#M41365</guid>
      <dc:creator>ScottLehto3</dc:creator>
      <dc:date>2021-05-26T15:07:30Z</dc:date>
    </item>
  </channel>
</rss>

