I have a table that i have a list of shelf locations for different items
col1 Id
Col2, Type
col3, loc
col4, sectype
can I set up three seperate data sources so I can have three seperate datagridviews so the user wont get confused?
Ljhopkins Monday, May 05, 2008 12:49 PM
I would have 1 datasource and use 3 bindingsources one for each datagridview. Set the datasource for each of the bindingsources to the same the datasource. The differnt bindingsource will allow each datagridview to be on a differnet records.
Ken Tucker Monday, May 05, 2008 4:39 PM
I would have 1 datasource and use 3 bindingsources one for each datagridview. Set the datasource for each of the bindingsources to the same the datasource. The differnt bindingsource will allow each datagridview to be on a differnet records.