Edit Items in a WinForm DataGrid control

  • Thread starter Thread starter Jon B
  • Start date Start date
J

Jon B

Hi All!

I would like to make my WinForm DataGrid control so that user could easily
edit the items in the **related table**.

For instance, I have customers table and it has one-to-many relationship
with the customerType table. I would like the WinForm DataGrid to display a
column with "Customer Type" where users can select the type of customer from
a drop down list.

For example, see: http://aspnet.4guysfromrolla.com/articles/051904-1.aspx
However, this example is for ASP.NET DataGrid control only.

Can this be done with the WinForm DataGrid?

Many many thanks!
Jon
 
Back
Top