private void cboPart_EditValueChanged(object sender, EventArgs e) { if (cboPart.EditValue == null) { return; } string partsCode = TextUtils.ToString(grvCboKhachHang.GetFocusedRowCellValue(colCboCode)); txtPrice.EditValue = TextUtils.GiaGanNhat(partsCode); }