Urgent: DataGrid "Enable Adding" Doesn't Show New Row

Urgent: DataGrid "Enable Adding" Doesn't Show New Row

Old forum URL: forums.lhotka.net/forums/t/378.aspx


cmay posted on Wednesday, June 14, 2006

I have a collection that inherits from BusinessListBase.

When I drag it onto a winform, it creates a datagrid, but even though I have enabled Adding, Editing, and Deleting.

I then go to my DataBindingSource and turn on AllowNew, which shows the new row.

But when I try to add a new row in runtime, it complains that there is no constructor for my class, b/c it uses a factory.

How can I get this to work?

I am up against a deadline here.  Please help!

Copyright (c) Marimer LLC