Y
yaniv abo
Hello.
How can I bind a list of objects to a DataGird?
I have a custom collection of Customer class
class Customer {
Public String Name;
Public String Addres;
….
}
How do I bind the collection to a data grid and the data grid will provide
the options to add\modify\delete customers from the collection.
If I put the Customers in an ArrayList data grid only display the data and
I’m unable to edit it.
Any help will be appreciated.
Yaniv abo
(e-mail address removed)
How can I bind a list of objects to a DataGird?
I have a custom collection of Customer class
class Customer {
Public String Name;
Public String Addres;
….
}
How do I bind the collection to a data grid and the data grid will provide
the options to add\modify\delete customers from the collection.
If I put the Customers in an ArrayList data grid only display the data and
I’m unable to edit it.
Any help will be appreciated.
Yaniv abo
(e-mail address removed)