Skip to content
Discussion options

You must be logged in to vote

There's an alternate grid type (DynamicListBase) that is a container for root objects, so you don't need to use a list type that contains child objects.

BusinessListBase contains child objects, and those child objects are retrieved and saved by the root object, which is often that collection.

DynamicListBase contains root objects, and those root objects are independently retrieved and saved based on the use of the standard data binding interfaces (mostly IEditableObject). It was originally designed to support per-row editing in Windows Forms datagrid controls, where IEditableObject is used. In current UI frameworks I've noticed that not all datagrid controls use this interface, which ofte…

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by kcabral817
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@kcabral817
Comment options

@Chicagoan2016
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants