dataGridViewX 进度条列 DataGridViewProgressBarXColumn 进度条为黑色

dataGridViewX 进度条列 DataGridViewProgressBarXColumn 进度条为黑色。同时覆盖后面的行数据全部显示黑色。

            int index = ShowdataGridViewX.Rows.Add();
            ShowdataGridViewX.Rows[index].Cells[0].Value = BI_DT.Tables[0].Rows[i][0].ToString();
            ShowdataGridViewX.Rows[index].Cells[1].Value = BI_DT.Tables[0].Rows[i][1].ToString();
            ShowdataGridViewX.Rows[index].Cells[2].Value = BI_DT.Tables[0].Rows[i][2].ToString();
            ShowdataGridViewX.Rows[index].Cells[3].Value = BI_DT.Tables[0].Rows[i][3].ToString();
            ShowdataGridViewX.Rows[index].Cells[4].Value = BI_DT.Tables[0].Rows[i][4].ToString();
            ShowdataGridViewX.Rows[index].Cells[5].Value = BI_DT.Tables[0].Rows[i][5].ToString();
            ShowdataGridViewX.Rows[index].Cells[6].Value = BI_DT.Tables[0].Rows[i][6].ToString();
            ShowdataGridViewX.Rows[index].Cells[7].Value = BI_DT.Tables[0].Rows[i][7].ToString();
            ShowdataGridViewX.Rows[index].Cells[8].Value = BI_DT.Tables[0].Rows[i][8].ToString();
            ShowdataGridViewX.Rows[index].Cells[9].Value = BI_DT.Tables[0].Rows[i][9].ToString(); //进度条列

img