Article in Code Project concerning master/detail DGV using ERLB

Article in Code Project concerning master/detail DGV using ERLB

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


tiago posted on Thursday, March 12, 2009

http://www.codeproject.com/KB/cs/CslaERLB1.aspx
Make a master/detail DGV using CSLA DynamicRootList - Part I

This project shows how to have a master/detail DataGridView (DGV for short) using CSLA DynamicRootList/EditableRootListBase (ERLB for short) as the master list object. If you use ERLB for the master list, auto save is a standard feature. This project also shows how to implement auto save on the detail list (EditableChildList). As a bonus, you get both lists sorted.

- - -

Make a master/detail DGV using CSLA DynamicRootList - Part II
http://www.codeproject.com/KB/cs/CslaERLB2.aspx

The best kept secrets of CslaGen code generation and customization of generated Business Objects.

- - -

Make a master/detail DGV using CSLA DynamicRootList - Part III
http://www.codeproject.com/KB/cs/CslaERLB3.aspx

Handling the DataGridView: sorting, auto save for detail DGV, etc.

- - -

Make a master/detail DGV using CSLA DynamicRootList - Appendix
http://www.codeproject.com/KB/cs/CslaERLBA.aspx

All screen shots of CslaGen code generation

Copyright (c) Marimer LLC