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