Select to view content in your preferred language

DataGrid commit button not enabled

1495
11
02-15-2011 08:37 AM
DonFreeman
Emerging Contributor
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.

Thanks for any suggestions.
0 Kudos
11 Replies
KareemMorsy1
New Contributor
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 .
0 Kudos
JenniferNery
Esri Regular Contributor
0 Kudos