Anybody exprienced that create a datagrid in the view of, let says there are 3 rows. The 1st row is containing the name (means instead of putting the name at the column header), I put in row cell. but, the 2nd column in each row is the different type of column property. Say that Column in row 1 and 2 is DataGridViewTextBoxColumn but column type of 3rd row in the datagrid is DatagridviewComboBoxColumn. I would likes ask can I achieve this? And could somebody share how i going to achieve this concept. Thank you in advance.