CslaDataSource and EditableRootListBase

CslaDataSource and EditableRootListBase

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


JohnB posted on Tuesday, March 31, 2009

I am trying to use the CslaDataSource with an ERLB but I am unable to see the object with the events in VS 2008.

Also when I choose to configure the data source, the drop down list of Business Object types does not list any of my objects which inherit from ERLB. I've searched through the forums and could not find anything.

Is this by design or am I doing something wrong?

Csla 3.0.4
Asp.net, VB.Net

Thanks,
John

RockfordLhotka replied on Tuesday, March 31, 2009

ERLB is typically not very useful in a web scenario. It is designed specfiically to support in-place grid editing in Silverlight, WPF and Windows Forms, where the data binding infrastructure is richer and more immediate than you can get in the web environment.

JohnB replied on Tuesday, March 31, 2009

Ok, I can see that. I have a list of objects that can and will only de edited individually. I was going to use a BLB and just call Save on the BLB after the object is saved but that does not feel right to me. My other option was to use a ROLB and fetch the BB when requested but I figured it would be easier to just use the ERLB.

John

Copyright (c) Marimer LLC