Im a little confused as to what approach to take here. I have a grid whos MastTableView uses bound columns and allowing auto edit/insert. The datasource is an entity datasource (which uses a SQL Server View). However, my edit/insert form obviously comes from a different datasource, and, multiple datasources at that.
Grid
details > datasource1
edit/insert form> datasource2
listbox > datasource3
Should I connect the OnEditCommand for the grid and change its datasource accordingly? I'm fine with doing this programmaticly, but not sure what approach to take. Any good demos on this would be great or support articles.