ไม่แน่ใจน่ะค่ะ
ทำการbinding list ดูสิค่ะ
โดยสร้าclass
public class A(แล้วแต่จะใช้ชื่อค่ะ)
{
public int product { get; set; }
public int machine{ get; set; } /// ตรงนี้คือmethod get & set ค่ะ
.............................
}
BindingList<A> listDetail = new BindingList<A>();