主頁 > 知識(shí)庫 > 實(shí)現(xiàn)DataGridView控件中CheckBox列的使用實(shí)例

實(shí)現(xiàn)DataGridView控件中CheckBox列的使用實(shí)例

熱門標(biāo)簽:ai電銷機(jī)器人對(duì)貸款有幫助嗎 廣州銷售外呼系統(tǒng)定制 電銷機(jī)器人 數(shù)據(jù) 怎樣給陜西地圖標(biāo)注顏色 云狐人工智能電話機(jī)器人 福州人工智能電銷機(jī)器人加盟 地圖標(biāo)注多少錢一張 宿遷智能外呼系統(tǒng)排名 400電話辦理信任翰諾科技
復(fù)制代碼 代碼如下:

/// summary>
        /// 實(shí)現(xiàn)DataGridView控件中CheckBox列的使用
        /// /summary>
        /// param name="sender">/param>
        /// param name="e">/param>
        private void dgvTradList_CellContentClick(object sender, DataGridViewCellEventArgs e)
        {
            if (e.ColumnIndex == 0 e.RowIndex != -1)
            {
                if ((bool)dgvTradList.Rows[e.RowIndex].Cells[0].EditedFormattedValue == true)
                {
                    dgvTradList.Rows[e.RowIndex].Cells[0].Value = false;
                }
                else
                {
                    dgvTradList.Rows[e.RowIndex].Cells[0].Value = true;
                }
            }
您可能感興趣的文章:
  • 詳解jquery easyui之datagrid使用參考
  • C#中datagridview使用tooltip控件顯示單元格內(nèi)容的方法
  • jQuery EasyUI之DataGrid使用實(shí)例詳解
  • DataGridView - DataGridViewCheckBoxCell的使用介紹
  • JQueryEasyUI datagrid框架的基本使用
  • 詳解datagrid使用方法(重要)

標(biāo)簽:黃南 曲靖 焦作 宜春 延安 綿陽 新疆 大興安嶺

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《實(shí)現(xiàn)DataGridView控件中CheckBox列的使用實(shí)例》,本文關(guān)鍵詞  實(shí)現(xiàn),DataGridView,控件,中,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請(qǐng)?zhí)峁┫嚓P(guān)信息告之我們,我們將及時(shí)溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《實(shí)現(xiàn)DataGridView控件中CheckBox列的使用實(shí)例》相關(guān)的同類信息!
  • 本頁收集關(guān)于實(shí)現(xiàn)DataGridView控件中CheckBox列的使用實(shí)例的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章