Example #1
0
 protected void grdDataManufacturerGroup_StartRowEditing(object sender, DevExpress.Web.Data.ASPxStartRowEditingEventArgs e)
 {
 }
Example #2
0
        protected void dg_StartRowEditing(object sender, DevExpress.Web.Data.ASPxStartRowEditingEventArgs e)
        {
            int id = Convert.ToInt32(dg.GetRowValuesByKeyValue(e.EditingKeyValue, "PriceList_Id"));

            ASPxWebControl.RedirectOnCallback(NewScheduleRedirect + "?flag=MgA=&code=" + crypt.EncryptInteger(id));
        }
Example #3
0
 protected void grdDVT_StartRowEditing(object sender, DevExpress.Web.Data.ASPxStartRowEditingEventArgs e)
 {
     (sender as ASPxGridView).GetRowValuesByKeyValue(e.EditingKeyValue);
 }
Example #4
0
 protected void grdData_StartRowEditing(object sender, DevExpress.Web.Data.ASPxStartRowEditingEventArgs e)
 {
     grdData.CancelEdit();
     grdData.JSProperties.Add("cpEdit", "edit");
 }
Example #5
0
 protected void GridView_CancelRowEditing(object sender, DevExpress.Web.Data.ASPxStartRowEditingEventArgs e)
 {
     HttpContext.Current.Session["isDetailRow_Com"] = false;
 }
Example #6
0
 protected void grvEmpleados_StartRowEditing(object sender, DevExpress.Web.Data.ASPxStartRowEditingEventArgs e)
 {
     isEditing = true;
 }
Example #7
0
 protected void grdSalesInvoice_StartRowEditing(object sender, DevExpress.Web.Data.ASPxStartRowEditingEventArgs e)
 {
 }
Example #8
0
 protected void startEdycji(object sender, DevExpress.Web.Data.ASPxStartRowEditingEventArgs e)
 {
     Session["identyfikatorUzytkownika"] = e.EditingKeyValue.ToString();
     cm.log.Info("Administracja id uzytkownika =" + e.EditingKeyValue.ToString());
 }
Example #9
0
 protected void gv_ProductGroup_StartRowEditing(object sender, DevExpress.Web.Data.ASPxStartRowEditingEventArgs e)
 {
     if (gv_ProductGroup.IsNewRowEditing == false)
     {
     }
 }
Example #10
0
 protected void grdataUnFinishedProductUnit_StartRowEditing(object sender, DevExpress.Web.Data.ASPxStartRowEditingEventArgs e)
 {
     e.Cancel = true;
     grdataUnFinishedProductUnit.CancelEdit();
     grdataUnFinishedProductUnit.JSProperties.Add("cpEditUnFinishedProductUnit", "edit");
 }
 protected void InfoGrid_StartRowEditing(object sender, DevExpress.Web.Data.ASPxStartRowEditingEventArgs e)
 {
     bindInfo = false;
 }
Example #12
0
 protected void grdDataProductGroup_StartRowEditing(object sender, DevExpress.Web.Data.ASPxStartRowEditingEventArgs e)
 {
     e.Cancel = true;
     grdDataProductGroup.CancelEdit();
     grdDataProductGroup.JSProperties.Add("cpEditProductGroup", "edit");
 }
 protected void startEdycji(object sender, DevExpress.Web.Data.ASPxStartRowEditingEventArgs e)
 {
     cm.log.Info("zarzadzanie formularzami start edycji" + e.EditingKeyValue.ToString());
 }
 protected void grdExecutive_StartRowEditing(object sender, DevExpress.Web.Data.ASPxStartRowEditingEventArgs e)
 {
     bindExecutiveList   = false;
     sExecutiveKey       = grdExecutive.GetRowValues(grdExecutive.FocusedRowIndex, "UserKey").ToString();
     sExecutiveStatusKey = grdExecutive.GetRowValues(grdExecutive.FocusedRowIndex, "StatusKey").ToString();
 }
        protected void ASPxGridView1_StartRowEditing(object sender, DevExpress.Web.Data.ASPxStartRowEditingEventArgs e)
        {
            int id = Convert.ToInt32(e.EditingKeyValue.ToString());

            Response.Redirect("~/Finance_Module/AddSupplierInvoice.aspx?id=" + id);
        }
 protected void grdApproval_StartRowEditing(object sender, DevExpress.Web.Data.ASPxStartRowEditingEventArgs e)
 {
     bindApprovalList = false;
 }
Example #17
0
 protected void gv_ProductSeries_StartRowEditing(object sender, DevExpress.Web.Data.ASPxStartRowEditingEventArgs e)
 {
 }
Example #18
0
 protected void grdInputCommLine_StartRowEditing(object sender, DevExpress.Web.Data.ASPxStartRowEditingEventArgs e)
 {
 }
 protected void CAPEXCIP_StartRowEditing(object sender, DevExpress.Web.Data.ASPxStartRowEditingEventArgs e)
 {
     bindCapexCIP  = false;
     sFixedAssetID = CAPEXCIP.GetRowValues(CAPEXCIP.FocusedRowIndex, "CIPSIPNumber").ToString();
 }
 protected void BUDeptListGrid_StartRowEditing(object sender, DevExpress.Web.Data.ASPxStartRowEditingEventArgs e)
 {
     bindHeadList = false;
     sEntCode     = BUDeptListGrid.GetRowValues(BUDeptListGrid.FocusedRowIndex, "EntityCode").ToString();
     sBUCode      = BUDeptListGrid.GetRowValues(BUDeptListGrid.FocusedRowIndex, "BUDeptCode").ToString();
 }
Example #21
0
        protected void ASPxGridView1_StartRowEditing(object sender, DevExpress.Web.Data.ASPxStartRowEditingEventArgs e)
        {
            int id = Convert.ToInt32(e.EditingKeyValue.ToString());

            Response.Redirect("~/StudentAfair/AddParent.aspx?id=" + id);
        }
Example #22
0
 protected void gvStaffPermission_StartRowEditing(object sender, DevExpress.Web.Data.ASPxStartRowEditingEventArgs e)
 {
 }
Example #23
0
        protected void ASPxGridView1_StartRowEditing(object sender, DevExpress.Web.Data.ASPxStartRowEditingEventArgs e)
        {
            int id = Convert.ToInt32(e.EditingKeyValue.ToString());

            Response.Redirect("~/HR/CreateWorkShifts.aspx?id=" + id);
        }
Example #24
0
 protected void grdFinanceHead_StartRowEditing(object sender, DevExpress.Web.Data.ASPxStartRowEditingEventArgs e)
 {
     bindHeadList          = false;
     sHeadKey              = grdFinanceHead.GetRowValues(grdFinanceHead.FocusedRowIndex, "UserKey").ToString();
     sFinanceHeadStatusKey = grdFinanceHead.GetRowValues(grdFinanceHead.FocusedRowIndex, "StatusKey").ToString();
 }
Example #25
0
 protected void grdData_StartRowEditing(object sender, DevExpress.Web.Data.ASPxStartRowEditingEventArgs e)
 {
     grdData.CancelEdit();
 }
Example #26
0
 protected void grdFinanceBudget_StartRowEditing(object sender, DevExpress.Web.Data.ASPxStartRowEditingEventArgs e)
 {
     bindBudgetList   = false;
     sBudgetKey       = grdFinanceBudget.GetRowValues(grdFinanceBudget.FocusedRowIndex, "UserKey").ToString();
     sBudgetStatusKey = grdFinanceBudget.GetRowValues(grdFinanceBudget.FocusedRowIndex, "StatusKey").ToString();
 }
Example #27
0
 protected void ASPxGridView1_StartRowEditing(object sender, DevExpress.Web.Data.ASPxStartRowEditingEventArgs e)
 {
 }
Example #28
0
 protected void grdFinanceApproval_StartRowEditing(object sender, DevExpress.Web.Data.ASPxStartRowEditingEventArgs e)
 {
     bindFinanceInventList = false;
     sApprovalKey          = grdFinanceApproval.GetRowValues(grdFinanceApproval.FocusedRowIndex, "UserKey").ToString();
     sInventOffStatusKey   = grdFinanceApproval.GetRowValues(grdFinanceApproval.FocusedRowIndex, "StatusKey").ToString();
 }
Example #29
0
 protected void grdPartner_StartRowEditing(object sender, DevExpress.Web.Data.ASPxStartRowEditingEventArgs e)
 {
     e.Cancel = true;
     grdPartner.CancelEdit();
     grdPartner.JSProperties.Add("cpPartnerEdit", "edit");
 }
Example #30
0
 protected void GrdVwTicketsAdmin_StartRowEditing(object sender, DevExpress.Web.Data.ASPxStartRowEditingEventArgs e)
 {
     Session["TIC_ID"]  = e.EditingKeyValue;
     Session["CLI_ID"]  = GrdVwTicketsAdmin.GetRowValuesByKeyValue(e.EditingKeyValue, "CLI_ID");
     Session["soft_id"] = GrdVwTicketsAdmin.GetRowValuesByKeyValue(e.EditingKeyValue, "SOFT_ID");
 }