Edit a Collection through a DataGrid

G

Guest

1) What is the best way to manage a collection like ArrayList (Add, Edit, Remove Items), displayed in a DataGrid
a) using an intermediate DataTable
b) using the IList interface of the collection

2) How do I display the contents of an ArrayList in a DataGrid without a DataTable in between
datagrid.DataSource = myArrayList
is not enough. What additional code is needed

thank you. herbert
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top