What do I have to do to enable the commit button in my DataGrid? I can edit this data with a featureDataForm but when I try to do it with a datagrid the commit button does not become enabled. The datform isenabled = true and isreadonly = false.
You can suscribe to FeatureLayer.EndSaveEdits and FeatureLayer.SaveEditsFailed events. Also try to run Fiddler to see the server detailed response on failure.
i have implemented end save edits and saveeditsfailed
i got this error message unable to completer operation while editing attributes
but while deleting records it is deleted successfuly
Is there any restrictions on data i use i am using oracle sde with personal database once and geodatabase once .