<?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 How to implement a custom display grid in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-implement-a-custom-display-grid/m-p/1029631#M9818</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;One of our customers has a requirement to show a display grid in Swiss coordination system LV95 ("CH1903+ LV95" or WKID 2056) or LV03 ("CH1903 LV03" or WKID 21781) in a runtime application.&lt;BR /&gt;The representation of a &lt;A href="https://developers.arcgis.com/net/wpf/sample-code/display-grid/" target="_blank" rel="noopener"&gt;display grid&lt;/A&gt; is basically possible and the ArcGIS Runtime offers 4 standard grids for this purpose. All of them derive from a base class &lt;A href="https://developers.arcgis.com/net/wpf/api-reference/html/T_Esri_ArcGISRuntime_UI_Grid.htm" target="_blank" rel="noopener"&gt;Grid&lt;/A&gt;, and my idea was to implement a custom grid taking a wkid and deriving from this base class, as it has:&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;public abstract class Grid&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;Unfortunately this will not work because the constructor of the base class is internal and therefore a derived class is impossible.&lt;/P&gt;&lt;P&gt;Is it not thought to display a custom grid? Or is there a way to do this that I'm overlooking?&lt;BR /&gt;Are there any plans to improve this feature?&lt;BR /&gt;What is the way you would recommend to achieve a custom grid?&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;</description>
    <pubDate>Tue, 23 Feb 2021 17:31:51 GMT</pubDate>
    <dc:creator>MaximilianGlas</dc:creator>
    <dc:date>2021-02-23T17:31:51Z</dc:date>
    <item>
      <title>How to implement a custom display grid</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-implement-a-custom-display-grid/m-p/1029631#M9818</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;One of our customers has a requirement to show a display grid in Swiss coordination system LV95 ("CH1903+ LV95" or WKID 2056) or LV03 ("CH1903 LV03" or WKID 21781) in a runtime application.&lt;BR /&gt;The representation of a &lt;A href="https://developers.arcgis.com/net/wpf/sample-code/display-grid/" target="_blank" rel="noopener"&gt;display grid&lt;/A&gt; is basically possible and the ArcGIS Runtime offers 4 standard grids for this purpose. All of them derive from a base class &lt;A href="https://developers.arcgis.com/net/wpf/api-reference/html/T_Esri_ArcGISRuntime_UI_Grid.htm" target="_blank" rel="noopener"&gt;Grid&lt;/A&gt;, and my idea was to implement a custom grid taking a wkid and deriving from this base class, as it has:&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;public abstract class Grid&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;Unfortunately this will not work because the constructor of the base class is internal and therefore a derived class is impossible.&lt;/P&gt;&lt;P&gt;Is it not thought to display a custom grid? Or is there a way to do this that I'm overlooking?&lt;BR /&gt;Are there any plans to improve this feature?&lt;BR /&gt;What is the way you would recommend to achieve a custom grid?&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;</description>
      <pubDate>Tue, 23 Feb 2021 17:31:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-implement-a-custom-display-grid/m-p/1029631#M9818</guid>
      <dc:creator>MaximilianGlas</dc:creator>
      <dc:date>2021-02-23T17:31:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement a custom display grid</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-implement-a-custom-display-grid/m-p/1033246#M9858</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;This is an item on our long term backlog but is not currently planned for a specific release. Your details have been added to that item to helped with prioritization during future release planning.&amp;nbsp;You might want to post this request on &lt;A href="https://community.esri.com/t5/arcgis-runtime-sdks-ideas/idb-p/arcgis-runtime-sdks-ideas" target="_blank" rel="noopener"&gt;ArcGIS Runtime Ideas&lt;/A&gt; where we can monitor interest in this enhancement.&lt;/P&gt;&lt;P&gt;In terms of alternatives, it might be possible to implement using a feature layer with text symbols / labels or perhaps with some investigation it's possible to share a custom grid as a mobile style from ArcGIS Pro and use that in conjunction with features / graphics in ArcGIS Runtime.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 05 Mar 2021 02:47:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-implement-a-custom-display-grid/m-p/1033246#M9858</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2021-03-05T02:47:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement a custom display grid</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-implement-a-custom-display-grid/m-p/1035364#M9880</link>
      <description>&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;I am not allowed to post Ideas, I think this is a limitation for distributors, but I am not sure about that.&lt;/P&gt;&lt;P&gt;But thanks for your respond.&lt;/P&gt;&lt;P&gt;Kind regards, Max&lt;/P&gt;</description>
      <pubDate>Thu, 11 Mar 2021 08:43:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-implement-a-custom-display-grid/m-p/1035364#M9880</guid>
      <dc:creator>MaximilianGlas</dc:creator>
      <dc:date>2021-03-11T08:43:43Z</dc:date>
    </item>
  </channel>
</rss>

