Vibrant discussion about CSLA .NET and using the framework to build great business applications.
Hello,
I'm creating a big lob app with sl5 client, csla 4.3.10 and (DevExpress) grid.
I tried to bind a dynamic root list and associated dynamic root to a grid, and all works fine : fetch, insert, update and delete operations.
But I have a problem for new object creation : the only code which seems to be called is the constructor of the dynamic root objet when I click on the new row : no DataPortal_Create, no overloaded AddNewCore.
I think having read a post in the forum saying that AddNewCore is just here in silverlight to be here, but that it's necessary to manually call AddNew. Is it true?
Thanks for comment,
Bruno