When I add an item to my list using Add(), I get an exception in BusinessListBase that the item is not a child. How do I make the item I create a child of the list? If I use AddNew everything works, the problem is that I need to pass some things to my business object when I create it so AddNew doesn't work for me.
↧