Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有 2 个数据网格视图。
首先是显示“父表”行(比如说 tOrders)。
第二个显示“子表”行(比如说 tOrdersItems)。
我想使用这些 DataGridViews 来读取和写入数据。
我应该如何处理这两个数据网格?我的意思是如何在第二个 DataGridView 中仅显示与在第一个 datagridview 中选择的行相关的行?我应该使用过滤器还是其他东西?
我可以在某处找到有关处理相关 DataGridViews 的文章或教程吗?
1:基本上,你使用DataGridView的DataSource属性
2:http: //msdn.microsoft.com/en-us/library/y8c0cxey.aspx