Search code examples
c#csla

CSLA Editable Grid


Which CSLA framework stereotype should be used with an editable presentation grid?


Solution

  • A book would be a good starting point. You would more than likely need a BLB (BusinessListBase) such as a EditableRootList and EditableRoot stereotype. It is very easy to accomplish this. Depending on the control you need to Set the BLB as the DataSource, call DataBind and BeginEdit()/EndEdit().

    Thanks -Blake Niemyjski (Author of the CodeSmith CSLA Templates)