Select to view content in your preferred language

Can I edit the feature dynamically on the website?

815
4
05-04-2010 01:06 PM
weiliang
Deactivated User
I know in ADF there is such a task that can allow the end user to edit the feature from the map service dynamically on the website. Is there such functionality in Silverlight?

Also, will there a management console for silverlight API similar as ADF in ArcGIS 10?

Many thanks,

Wei
0 Kudos
4 Replies
dotMorten_esri
Esri Notable Contributor
I know in ADF there is such a task that can allow the end user to edit the feature from the map service dynamically on the website. Is there such functionality in Silverlight?

Yes. See the editing samples in the 2.0beta SDK:
http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#ToolkitEditorWidget

Also, will there a management console for silverlight API similar as ADF in ArcGIS 10?

No.
0 Kudos
weiliang
Deactivated User
Many thanks! You guys are really helpful.

Wei
0 Kudos
DougCollins
Regular Contributor
OK,
I looked at the editing samples, but it appears that much of the code behind is missing relative to the "save edits" operation.  Or am I just missing something?

Thanks,
Charlie
0 Kudos
dotMorten_esri
Esri Notable Contributor
What do you mean the code behind is missing? In many cases you don't really need to do any code behind to do editing. It's all handled by using the ICommand pattern. Edits are automatically saved, unless you explicitly disable it on the feature layer.
0 Kudos