xuantruongbn
Gà con
chào ae cho hỏi xíu mình có đoạn code như sau:
column6Room = new DataGridViewTextBoxColumn();
column6Room.HeaderText = "08:30"; // Set the header text
column6Room.Name = "column6"; // Set the name of the column
column6Room.Width = 55;
grdMeeting.Columns.Add(column6Room);
/////////////////////////////////////////////////////////////
dt.Columns.Add("08:30", typeof(string));
grdMeeting.DataSource = dt;
khai báo kiểu datatable như này chạy ok, còn add column như trên lỗi như hình mong ae chỉ giáo. mình khai báo rồi sao lại lỗi không tìm thấy cột
column6Room = new DataGridViewTextBoxColumn();
column6Room.HeaderText = "08:30"; // Set the header text
column6Room.Name = "column6"; // Set the name of the column
column6Room.Width = 55;
grdMeeting.Columns.Add(column6Room);
/////////////////////////////////////////////////////////////
dt.Columns.Add("08:30", typeof(string));
grdMeeting.DataSource = dt;
khai báo kiểu datatable như này chạy ok, còn add column như trên lỗi như hình mong ae chỉ giáo. mình khai báo rồi sao lại lỗi không tìm thấy cột