我一直在应用程序中使用datagridview。
我在其中添加了以下列
dataGridView1.Columns["Name"].HeaderText ="Name"
dataGridView1.Columns["Age"].HeaderText = "Age"
dataGridView1.Columns["Gender"].HeaderText ="Gender"
现在,我需要在datagridview的“名称”列下添加名字中间名和姓氏。
以前,我的数据网格看起来像
但是现在我希望网格显示
但是我无法添加它。
有人可以帮我吗?