示例#1
0
 protected void GrdVwClientesSoftAdmin_RowUpdating(object sender, DevExpress.Web.Data.ASPxDataUpdatingEventArgs e)
 {
     clsClientesAdmin.ActualizarDatosSoftware(e);
     e.Cancel = true;
     GrdVwClientesSoftAdmin.CancelEdit();
 }
示例#2
0
 protected void GrdVwClientesSoftAdmin_AfterPerformCallback(object sender, DevExpress.Web.ASPxGridView.ASPxGridViewAfterPerformCallbackEventArgs e)
 {
     clsClientesAdmin.RecuperarSoftware(GrdVwClientesSoftAdmin);
     GrdVwClientesSoftAdmin.DataBind();
 }