Re: Data bound application infrastructure
Greg Robinson <[email protected]>
| Newsgroups | gmane.comp.windows.devel.dotnet.winforms |
|---|---|
| Message-ID | <[email protected]> |
If all controls are bound to the same source it's done for you. We have a lot of grids with parent\child\child relationships with editable detail controls under the grid. Works like a charm. Greg Robinson Custom Data Systems, Inc. www.cds-am.net -----Original Message----- From: Discussion forum for developers using Windows Forms to build apps and controls [mailto:[email protected]]On Behalf Of Brady Kelly Sent: Thursday, June 28, 2007 7:39 AM To: [email protected] Subject: [DOTNET-WINFORMS] Data bound application infrastructure I want to make my next Winforms app completely data bound, built around the DataSource objects etc. I've never had any problems using these features for grids etc., and only minimal issues using them for detail forms, but I need some pointers on how to marry the two. If I'm using a grid bound to a datatable, e.g. how do I transition to a detail form for the selected item when my edit command is invoked? I am willing to do the reading, I just don't know where. Too many resources I've spent too much time on only really cover the grid/list scenarios.