datagridview 数据处理方法 修改 删除 添加 下拉类表(5)

发布时间:2021-06-06

datagridview 数据处理方法 修改 删除 添加 下拉类表 弹出窗口

}

}

private void dataGridView1_CurrentCellChanged_1(object sender, EventArgs e) {

// 当用户移动到性别这一列时单元格显示下拉列表框

try

{

if (dataGridView1.CurrentCell.ColumnIndex == 3)

{

Rectangle rect =

dataGridView1.GetCellDisplayRectangle(dataGridView1.CurrentCell.ColumnIndex,

dataGridView1.CurrentCell.RowIndex, false);

string sexValue = dataGridView1.CurrentCell.Value.ToString(); //MessageBox.Show(sexValue);

cmb_Temp.Text = sexValue;

cmb_Temp.Left = rect.Left;

cmb_Temp.Top = rect.Top;

cmb_Temp.Width = rect.Width;

cmb_Temp.Height = rect.Height;

cmb_Temp.Visible = true;

}

else

{

cmb_Temp.Visible = false;

}

}

catch

{

}

}

private void dataGridView1_CellDoubleClick(object sender,

DataGridViewCellEventArgs e)

{

if (e.ColumnIndex == 0)

{

DataGridView dgv = sender as DataGridView;

if (dgv.Rows[e.RowIndex].Cells[1].Value != null)

{

datagridview 数据处理方法 修改 删除 添加 下拉类表(5).doc 将本文的Word文档下载到电脑

精彩图片

热门精选

大家正在看

× 游客快捷下载通道(下载后可以自由复制和排版)

限时特价:7 元/份 原价:20元

支付方式:

开通VIP包月会员 特价:29元/月

注:下载文档有可能“只有目录或者内容不全”等情况,请下载之前注意辨别,如果您已付费且无法下载或内容有问题,请联系我们协助你处理。
微信:fanwen365 QQ:370150219