i have a grid in which i did this :
i get into console it is giving this error on update click :
Uncaught Sys.WebForms.PageRequestManagerServerErrorException: Sys.WebForms.PageRequestManagerServerErrorException: Updating is not supported by data source 'ExistingSqlSource' unless UpdateCommand is specified.
AutoGenerateEditButton="True"
OnRowDeleting="ExistingMappedGrid_OnRowDeleting"
OnRowCancelingEdit="ExistingMappedGrid_RowCancelingEdit"
OnRowEditing="ExistingMappedGrid_RowEditing"
OnRowUpdating="ExistingMappedGrid_RowUpdating"
this grid is inside update panel , after row is updated , update and cancel won't hide ...