示例#1
0
 protected void grdVouchersAmount_RowDeleted(object sender, DevExpress.Web.Data.ASPxDataDeletedEventArgs e)
 {
     grdVouchersAmount.JSProperties["cpEvent"] = "rowCountChanged";
     PaymentVouchesBO.UpdateSumOfCredit(PrivateSession.Instance.PaymentVoucherId);
 }
示例#2
0
 protected void grdVouchersAmount_RowUpdated(object sender, DevExpress.Web.Data.ASPxDataUpdatedEventArgs e)
 {
     PaymentVouchesBO.UpdateSumOfCredit(PrivateSession.Instance.PaymentVoucherId);
 }