MC
Martin Cyr
November 18, 2005 08:17 PM UTC
I just read the Urgent please do help thread (http://www.syncfusion.com/Support/Forums/message.aspx?MessageID=37176) and it looks like what I want. Clay said that the collection should implement IBinding.AddNew but is there a collection that already implement this?
AD
Administrator
Syncfusion Team
November 18, 2005 11:51 PM UTC
You can use a DataTable instead of an ArrayList if all you want is to add new items at the bottom of the list. The grid will then know how to add the new item.
If the Datatable is too heavy, then you will likely have to implement IBindingList on your ArrayList.