<?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: How to customize or disable (invisible) template picker in widget in ArcGIS API 2 in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-customize-or-disable-invisible-template/m-p/441471#M11454</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Take a look at this sample:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#ToolkitTemplatePickerStyles"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#ToolkitTemplatePickerStyles&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Oct 2010 18:52:10 GMT</pubDate>
    <dc:creator>dotMorten_esri</dc:creator>
    <dc:date>2010-10-11T18:52:10Z</dc:date>
    <item>
      <title>How to customize or disable (invisible) template picker in widget in ArcGIS API 2?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-customize-or-disable-invisible-template/m-p/441470#M11453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have ArcGIS API 2 for silverlight application. I need to make the symbol template picker into 1 row not 2 two rows in editor widget since I have only 3 symbol types, or remove/disable or invisibling the template picker in the widget. Is anyone can help me? thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Oct 2010 15:45:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-customize-or-disable-invisible-template/m-p/441470#M11453</guid>
      <dc:creator>XiujuZhou</dc:creator>
      <dc:date>2010-10-11T15:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to customize or disable (invisible) template picker in widget in ArcGIS API 2</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-customize-or-disable-invisible-template/m-p/441471#M11454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Take a look at this sample:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#ToolkitTemplatePickerStyles"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#ToolkitTemplatePickerStyles&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Oct 2010 18:52:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-customize-or-disable-invisible-template/m-p/441471#M11454</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2010-10-11T18:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to customize or disable (invisible) template picker in widget in ArcGIS API 2</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-customize-or-disable-invisible-template/m-p/441472#M11455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This one in the sample is individul template picker separated from editor widget. I want to keep the widget. have 2 options to do, but don't know how to do:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1.&amp;nbsp; customize the build-in template picker if it is possible. how to customize it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. or&amp;nbsp; add a separated template picker, but I have to remove the build-in template picker from widget first. how to remove it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Take a look at this sample:&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#ToolkitTemplatePickerStyles"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#ToolkitTemplatePickerStyles&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Oct 2010 20:14:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-customize-or-disable-invisible-template/m-p/441472#M11455</guid>
      <dc:creator>XiujuZhou</dc:creator>
      <dc:date>2010-10-11T20:14:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to customize or disable (invisible) template picker in widget in ArcGIS API 2</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-customize-or-disable-invisible-template/m-p/441473#M11456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you have Expression Blend, you can edit existing template and create a new EditorWidgetStyle as in the attached sample here &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/9756-Undo-edits-of-the-EditorWidget"&gt;http://forums.arcgis.com/threads/9756-Undo-edits-of-the-EditorWidget&lt;/A&gt;&lt;SPAN&gt;.&amp;nbsp; Using the link Morten provided, you can also update the style of the TemplatePicker contained in your EditorWidgetStyle.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Oct 2010 13:42:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-customize-or-disable-invisible-template/m-p/441473#M11456</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2010-10-12T13:42:02Z</dc:date>
    </item>
  </channel>
</rss>

