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.
我有一个订单数据库表,它显示在一个DataGridView(DataTable使用 a 填充DataAdapter)中。其中一列将显示供应商,在数据库中这是表的外键Supplier(int ID 和 varchar 名称)。
DataGridView
DataTable
DataAdapter
Supplier
在DataGridView这显然只显示为带有 ID 的文本框。如何将其作为Supplier名称的下拉列表?
只需使用DataGridViewColumn并从您创建DataSource的属性中设置。DataGridViewColumn
DataSource
DataGridViewColumn