I've run into a slight problem. The Editor Widget is not saving any edits i make during a session. Even when i try to use not auto save and push the save button. Below i have the code for the widget and one of my feature layers.
<esri:EditorWidget x:Name="Editor" Margin="8,38,8,0" VerticalAlignment="Top"
Map="{Binding ElementName = Map}"
LayerIDs="Service, Power, Ground, CB Cable"
AutoSelect="False"
GeometryServiceUrl="<servername>/ArcGIS/rest/services/Geometry/GeometryServer"
ShowAttributesOnAdd="True" />
<esri:FeatureLayer ID="CB Cable"
Url="http://<servername>/ArcGIS/rest/services/Codeblue/FeatureServer/1"
MouseLeftButtonUp="FeatureLayer_MouseLeftButtonUp" DisableClientCaching="True"
AutoSave="False"
Mode="OnDemand" OutFields="*"></esri:FeatureLayer>
All my data is stored on an Enterprise SDE server and my data is versioned. i'm just confused because i can edit the the OTB app from ArcGIS Server.