<?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: Custom Editing Solutioin in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/custom-editing-solutioin/m-p/243466#M6304</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Morten,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was playing around with that sample and got it to a place where I think I will be able a custom toolbar for our application over here.&amp;nbsp; That being said, the next step is to customize the feature data form.&amp;nbsp; As it stands right now, our users will want to enter in long descriptions for point data and polygon data.&amp;nbsp; As far as I know it looks like you can only set a global "textbox" size on the form using the properties that it comes with.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What I am thinking I will do is to build my own form (keying off of the field names or sizes to create textboxes of a good size/with a scrollbar etc) and then have an apply button that will loop through the controls, add those back to the attributes, and call Save.Execute.&amp;nbsp; Do you have any better idea to go about it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Spencer&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 May 2010 21:06:40 GMT</pubDate>
    <dc:creator>SpencerWilliams</dc:creator>
    <dc:date>2010-05-13T21:06:40Z</dc:date>
    <item>
      <title>Custom Editing Solutioin</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/custom-editing-solutioin/m-p/243464#M6302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was wondering if it would be possible for ESRI's Silverlight/WPF team to post the code that is used to create the editor widget.&amp;nbsp; My company's application will definitely use editing, but will probably need to be customized to fit our specific needs.&amp;nbsp; By posting the code that retrieves the icons/etc. it would help me to not have to recreated the wheel to add a spoke - sort of speak.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this possible?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Spencer&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 May 2010 19:26:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/custom-editing-solutioin/m-p/243464#M6302</guid>
      <dc:creator>SpencerWilliams</dc:creator>
      <dc:date>2010-05-12T19:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Editing Solutioin</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/custom-editing-solutioin/m-p/243465#M6303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;As with the previous releases, we will release the source code of the toolkit on &lt;/SPAN&gt;&lt;A href="http://esrisilverlight.codeplex.com"&gt;http://esrisilverlight.codeplex.com&lt;/A&gt;&lt;SPAN&gt; when v2.0 has RTM'ed. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Having said that, all the editor widget really is, is a set of buttons that executes the commands exposed in ESRI.ArcGIS.Client.Editor. One of the sdk samples at &lt;/SPAN&gt;&lt;A href="http://esriurl.com/slsdk2"&gt;http://esriurl.com/slsdk2&lt;/A&gt;&lt;SPAN&gt; shows how to create your own editor widget using these commands.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 May 2010 20:32:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/custom-editing-solutioin/m-p/243465#M6303</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2010-05-13T20:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Editing Solutioin</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/custom-editing-solutioin/m-p/243466#M6304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Morten,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was playing around with that sample and got it to a place where I think I will be able a custom toolbar for our application over here.&amp;nbsp; That being said, the next step is to customize the feature data form.&amp;nbsp; As it stands right now, our users will want to enter in long descriptions for point data and polygon data.&amp;nbsp; As far as I know it looks like you can only set a global "textbox" size on the form using the properties that it comes with.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What I am thinking I will do is to build my own form (keying off of the field names or sizes to create textboxes of a good size/with a scrollbar etc) and then have an apply button that will loop through the controls, add those back to the attributes, and call Save.Execute.&amp;nbsp; Do you have any better idea to go about it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Spencer&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 May 2010 21:06:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/custom-editing-solutioin/m-p/243466#M6304</guid>
      <dc:creator>SpencerWilliams</dc:creator>
      <dc:date>2010-05-13T21:06:40Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Editing Solutioin</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/custom-editing-solutioin/m-p/243467#M6305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You don't need to use the Editor. The nice thing is that is that if you edit a graphic's attribute, the changes is automatically detected and persisted to the server. So all you need to do is create a set of textboxes as you want them, and when you click OK, you set the attributes of the graphic to whatever the user entered, and they are immediately persisted back to the server (if you have AutoSave set to false you will have to manually submit all changes on the featurelayer).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 May 2010 16:10:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/custom-editing-solutioin/m-p/243467#M6305</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2010-05-14T16:10:41Z</dc:date>
    </item>
  </channel>
</rss>

