I have tables like that in Datagridview:
Name Money ------------- Hi 100 //here Combobox with member {10,30,80,100} to choose Ki 30 //he
You can replace with
dt.Columns.Add("Money", typeof(List));